﻿//对地塔A
<100>
	<name>地之塔1级\只能对地攻击的驱魔塔</name>
	<head>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>0</frame>
		<headFight>0,5</headFight>
	</head>
	<body>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>10</frame>
	</body>
	<property>
		isAir:0
		isGround:1
		isSingle:1
		isIce:0
		speed:2
		power:10
		range:70
		money:50
		buildTime:25
	</property>
	<fight>
		<image>huo.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>101,100</update>
</100>
//对地塔B
<101>
	<name>地之塔2级\只能对地攻击的驱魔塔，威力稍强</name>
	<head>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>1</frame>
		<headFight>1,6</headFight>
	</head>
	<body>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>11</frame>
	</body>
	<property>
		isAir:0
		isGround:1
		isSingle:1
		isIce:0
		speed:3
		power:30
		range:85
		money:150
		buildTime:50
	</property>
	<fight>
		<image>huo2.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>102,200</update>
</101>

//对地塔c
<102>
	<name>地之塔3级\只能对地攻击的驱魔塔，威力不错</name>
	<head>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>2</frame>
		<headFight>2,7</headFight>
	</head>
	<body>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>12</frame>
	</body>
	<property>
		isAir:0
		isGround:1
		isSingle:1
		isIce:0
		speed:4
		power:60
		range:100
		money:350
		buildTime:60
	</property>
	<fight>
		<image>huo2.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>103,400</update>
</102>

//对地塔d
<103>
	<name>地之塔4级\只能对地攻击的驱魔塔，威力大</name>
	<head>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>3</frame>
		<headFight>3,8</headFight>
	</head>
	<body>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>13</frame>
	</body>
	<property>
		isAir:0
		isGround:1
		isSingle:1
		isIce:0
		speed:5
		power:90
		range:115
		money:750
		buildTime:70
	</property>
	<fight>
		<image>huo2.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>104,750</update>
</103>

//对地塔e
<104>
	<name>终极地之塔\只能对地攻击的驱魔塔，威力很大</name>
	<head>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>4</frame>
		<headFight>4,9</headFight>
	</head>
	<body>
		<image>ta1.png</image>
		<wh>25,21</wh>
		<frame>14</frame>
	</body>
	<property>
		isAir:0
		isGround:1
		isSingle:1
		isIce:0
		speed:6
		power:150
		range:130
		money:1500
		buildTime:80
	</property>
	<fight>
		<image>huo2.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
</104>

//对空/地塔A
<200>
	<name>地空塔1级\可以对地面和空中攻击的驱魔塔，威力小</name>
	<head>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>0</frame>
		<headFight>0,5</headFight>
	</head>
	<body>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>10</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:0
		speed:2
		power:4
		range:70
		money:50
		buildTime:25
	</property>
		<fight>
		<image>huo.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>201,100</update>
</200>
//对空/地塔B
<201>
	<name>地空塔2级\可以对地面和空中攻击的驱魔塔，威力稍大</name>
	<head>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>1</frame>
		<headFight>1,6</headFight>
	</head>
	<body>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>11</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:0
		speed:3
		power:12
		range:85
		money:150
		buildTime:45
	</property>
	<fight>
		<image>huo2.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>202,220</update>
</201>

//对空/地塔c
<202>
	<name>地空塔3级\可以对地面和空中攻击的驱魔塔，威力一般，可以攻击多个目标</name>
	<head>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>2</frame>
		<headFight>2,7</headFight>
	</head>
	<body>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>12</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:0
		isIce:0
		speed:4
		power:20
		range:100
		money:370
		buildTime:60
	</property>
	<fight>
		<image>huoguang03.png</image>
		<wh>46,10</wh>
		<down>0,1,1</down>
	</fight>
	<update>203,500</update>
</202>

//对空/地塔d
<203>
	<name>地空塔4级\可以对地面和空中攻击的驱魔塔，威力加强，可以攻击多个目标</name>
	<head>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>3</frame>
		<headFight>3,8</headFight>
	</head>
	<body>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>13</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:0
		isIce:0
		speed:5
		power:30
		range:115
		money:870
		buildTime:70
	</property>
	<fight>
		<image>huoguang03.png</image>
		<wh>46,10</wh>
		<down>0,1,1</down>
	</fight>
	<update>204,800</update>
</203>
//对空/地塔e
<204>
	<name>终极地空塔\可以对地面和空中攻击的驱魔塔，威力强大，可以攻击多个目标</name>
	<head>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>4</frame>
		<headFight>4,9</headFight>
	</head>
	<body>
		<image>ta4.png</image>
		<wh>29,21</wh>
		<frame>14</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:0
		isIce:0
		speed:6
		power:50
		range:130
		money:1670
		buildTime:70
	</property>
	<fight>
		<image>huoguang03.png</image>
		<wh>46,10</wh>
		<down>0,1,1</down>
	</fight>
</204>


//对空塔A
<300>
	<name>空之塔1级\只能进行空中攻击的驱魔塔，威力小</name>
	<head>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>0</frame>
		<headFight>0,5</headFight>
	</head>
	<body>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>10</frame>
	</body>
	<property>
		isAir:1
		isGround:0
		isSingle:1
		isIce:0
		speed:2
		power:10
		range:70
		money:50
		buildTime:25
	</property>
	<fight>
		<image>huo.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>301,100</update>
</300>
//对空塔B
<301>
	<name>空之塔2级\只能进行空中攻击的驱魔塔，威力稍大</name>
	<head>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>1</frame>
		<headFight>1,6</headFight>
	</head>
	<body>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>11</frame>
	</body>
	<property>
		isAir:1
		isGround:0
		isSingle:1
		isIce:0
		speed:3
		power:30
		range:85
		money:150
		buildTime:50
	</property>
	<fight>
		<image>huo2.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>302,200</update>
</301>
//对空塔c
<302>
	<name>空之塔3级\只能进行空中攻击的驱魔塔，威力一般</name>
	<head>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>2</frame>
		<headFight>2,7</headFight>
	</head>
	<body>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>12</frame>
	</body>
	<property>
		isAir:1
		isGround:0
		isSingle:1
		isIce:0
		speed:4
		power:60
		range:100
		money:350
		buildTime:70
	</property>
	<fight>
		<image>huo.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>303,350</update>
</302>
//对空塔d
<303>
	<name>空之塔4级\只能进行空中攻击的驱魔塔，威力大</name>
	<head>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>3</frame>
		<headFight>3,8</headFight>
	</head>
	<body>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>13</frame>
	</body>
	<property>
		isAir:1
		isGround:0
		isSingle:0
		isIce:0
		speed:5
		power:90
		range:115
		money:700
		buildTime:90
	</property>
	<fight>
		<image>huo2.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>304,700</update>
</303>
//对空塔e
<304>
	<name>终极空之塔\只能进行空中攻击的驱魔塔，威力强大</name>
	<head>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>4</frame>
		<headFight>4,9</headFight>
	</head>
	<body>
		<image>ta3.png</image>
		<wh>22,21</wh>
		<frame>14</frame>
	</body>
	<property>
		isAir:1
		isGround:0
		isSingle:0
		isIce:0
		speed:6
		power:150
		range:130
		money:1400
		buildTime:100
	</property>
	<fight>
		<image>huo2.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
</304>


//冰冻塔A
<400>
	<name>冰冻塔1级\可以对地面和空中攻击的驱魔塔，带有冷冻减速效果</name>
	<head>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>0</frame>
		<headFight>0,5</headFight>
	</head>
	<body>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>10</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:1
		speed:2
		power:20
		range:70
		money:70
		buildTime:35
	</property>
	<fight>
		<image>huo.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>401,140</update>
</400>
//冰冻塔B
<401>
	<name>冰冻塔2级\可以对地面和空中攻击的驱魔塔，带有更好的冷冻减速效果</name>
	<head>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>1</frame>
		<headFight>1,6</headFight>
	</head>
	<body>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>10</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:1
		speed:3
		power:30
		range:85
		money:210
		buildTime:60
	</property>
	<fight>
		<image>huo.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>402,250</update>
</401>
//冰冻塔c
<402>
	<name>冰冻塔3级\可以对地面和空中攻击的驱魔塔，带有更强的冷冻减速效果</name>
	<head>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>2</frame>
		<headFight>2,7</headFight>
	</head>
	<body>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>12</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:1
		speed:4
		power:40
		range:100
		money:460
		buildTime:60
	</property>
	<fight>
		<image>huo2.png</image>
		<wh>16,16</wh>
		<down>10,3,3</down>
		<left>12,5,5</left>
		<right>8,1,1</right>
		<rightDown>9,2,2</rightDown>
		<rightUp>7,0,0</rightUp>
		<leftDown>11,4,4</leftDown>
		<leftUp>13,6,6</leftUp>
	</fight>
	<update>403,500</update>
</402>
//冰冻塔d
<403>
	<name>冰冻塔4级\可以对地面和空中攻击的驱魔塔，带有很强的冷冻减速效果</name>
	<head>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>3</frame>
		<headFight>3,8</headFight>
	</head>
	<body>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>13</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:0
		isIce:1
		speed:5
		power:60
		range:115
		money:960
		buildTime:70
	</property>
	<fight>
		<image>huoguang03.png</image>
		<wh>46,10</wh>
		<down>0,1</down>
	</fight>
	<update>404,1000</update>
</403>
//冰冻塔e
<404>
	<name>终极冰冻塔\可以对地面和空中攻击的驱魔塔，带有极强的冷冻减速效果</name>
	<head>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>4</frame>
		<headFight>4,9</headFight>
	</head>
	<body>
		<image>ta2.png</image>
		<wh>21,25</wh>
		<frame>14</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:0
		isIce:1
		speed:6
		power:130
		range:130		
		money:1960
		buildTime:80
	</property>
	<fight>
		<image>huoguang03.png</image>
		<wh>46,10</wh>
		<down>0,1,1</down>
	</fight>
</404>