﻿//豌豆A
<100>
	<name>豌豆1级\只能对地攻击的植物</name>
	<head>
		<image>ta1.png</image>
		<wh>28,22</wh>
		<frame>0</frame>
		<headFight>0,4</headFight>
	</head>
	<body>
		<image>ta1.png</image>
		<wh>28,22</wh>
		<frame>8</frame>
	</body>
	<property>
		isAir:0
		isGround:1
		isSingle:1
		isIce:0
		speed:2
		power:10
		range:80
		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>28,22</wh>
		<frame>1</frame>
		<headFight>1,5</headFight>
	</head>
	<body>
		<image>ta1.png</image>
		<wh>28,22</wh>
		<frame>9</frame>
	</body>
	<property>
		isAir:0
		isGround:1
		isSingle:1
		isIce:0
		speed:3
		power:40
		range:95
		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>28,22</wh>
		<frame>2</frame>
		<headFight>2,6</headFight>
	</head>
	<body>
		<image>ta1.png</image>
		<wh>28,22</wh>
		<frame>10</frame>
	</body>
	<property>
		isAir:0
		isGround:1
		isSingle:1
		isIce:0
		speed:4
		power:70
		range:110
		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>终极豌豆\只能对地攻击的植物，威力大</name>
	<head>
		<image>ta1.png</image>
		<wh>28,22</wh>
		<frame>3</frame>
		<headFight>3,7</headFight>
	</head>
	<body>
		<image>ta1.png</image>
		<wh>28,22</wh>
		<frame>11</frame>
	</body>
	<property>
		isAir:0
		isGround:1
		isSingle:1
		isIce:0
		speed:5
		power:100
		range:125
		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>
</103>

//杨桃A
<200>
	<name>杨桃1级\可以对地面和空中攻击的植物，威力小</name>
	<head>
		<image>ta4.png</image>
		<wh>30,17</wh>
		<frame>0</frame>
		<headFight>0,4</headFight>
	</head>
	<body>
		<image>ta4.png</image>
		<wh>30,17</wh>
		<frame>8</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:0
		speed:2
		power:5
		range:80
		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>30,17</wh>
		<frame>1</frame>
		<headFight>1,5</headFight>
	</head>
	<body>
		<image>ta4.png</image>
		<wh>30,17</wh>
		<frame>9</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:0
		speed:3
		power:20
		range:95
		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>30,17</wh>
		<frame>2</frame>
		<headFight>2,6</headFight>
	</head>
	<body>
		<image>ta4.png</image>
		<wh>30,17</wh>
		<frame>10</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:0
		isIce:0
		speed:4
		power:35
		range:110
		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>终极杨桃\可以对地面和空中攻击的植物，威力加强，可以攻击多个目标</name>
	<head>
		<image>ta4.png</image>
		<wh>30,17</wh>
		<frame>3</frame>
		<headFight>3,7</headFight>
	</head>
	<body>
		<image>ta4.png</image>
		<wh>30,17</wh>
		<frame>11</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:0
		isIce:0
		speed:5
		power:50
		range:125
		money:870
		buildTime:70
	</property>
	<fight>
		<image>huoguang03.png</image>
		<wh>46,10</wh>
		<down>0,1,1</down>
	</fight>
</203>

//仙人掌A
<300>
	<name>仙人掌1级\只能进行空中攻击的植物，威力小</name>
	<head>
		<image>ta3.png</image>
		<wh>28,19</wh>
		<frame>0</frame>
		<headFight>0,4</headFight>
	</head>
	<body>
		<image>ta3.png</image>
		<wh>28,19</wh>
		<frame>8</frame>
	</body>
	<property>
		isAir:1
		isGround:0
		isSingle:1
		isIce:0
		speed:2
		power:10
		range:80
		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>28,19</wh>
		<frame>1</frame>
		<headFight>1,5</headFight>
	</head>
	<body>
		<image>ta3.png</image>
		<wh>28,19</wh>
		<frame>9</frame>
	</body>
	<property>
		isAir:1
		isGround:0
		isSingle:1
		isIce:0
		speed:3
		power:40
		range:95
		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>28,19</wh>
		<frame>2</frame>
		<headFight>2,6</headFight>
	</head>
	<body>
		<image>ta3.png</image>
		<wh>28,19</wh>
		<frame>10</frame>
	</body>
	<property>
		isAir:1
		isGround:0
		isSingle:1
		isIce:0
		speed:4
		power:70
		range:110
		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>终极仙人掌\只能进行空中攻击的植物，威力大</name>
	<head>
		<image>ta3.png</image>
		<wh>28,19</wh>
		<frame>3</frame>
		<headFight>3,7</headFight>
	</head>
	<body>
		<image>ta3.png</image>
		<wh>28,19</wh>
		<frame>11</frame>
	</body>
	<property>
		isAir:1
		isGround:0
		isSingle:0
		isIce:0
		speed:5
		power:100
		range:125
		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>
</303>

//蘑菇A
<400>
	<name>蘑菇1级\可以对地面和空中攻击的植物，带有冷冻减速效果</name>
	<head>
		<image>ta2.png</image>
		<wh>28,16</wh>
		<frame>0</frame>
		<headFight>0,4</headFight>
	</head>
	<body>
		<image>ta2.png</image>
		<wh>28,16</wh>
		<frame>8</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:1
		speed:2
		power:20
		range:80
		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>28,16</wh>
		<frame>1</frame>
		<headFight>1,5</headFight>
	</head>
	<body>
		<image>ta2.png</image>
		<wh>28,16</wh>
		<frame>9</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:1
		speed:3
		power:30
		range:95
		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>28,16</wh>
		<frame>2</frame>
		<headFight>2,6</headFight>
	</head>
	<body>
		<image>ta2.png</image>
		<wh>28,16</wh>
		<frame>10</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:1
		isIce:1
		speed:4
		power:40
		range:110
		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>终极蘑菇\可以对地面和空中攻击的植物，带有很强的冷冻减速效果</name>
	<head>
		<image>ta2.png</image>
		<wh>28,16</wh>
		<frame>3</frame>
		<headFight>3,7</headFight>
	</head>
	<body>
		<image>ta2.png</image>
		<wh>28,16</wh>
		<frame>11</frame>
	</body>
	<property>
		isAir:1
		isGround:1
		isSingle:0
		isIce:1
		speed:5
		power:50
		range:125
		money:960
		buildTime:70
	</property>
	<fight>
		<image>huoguang03.png</image>
		<wh>46,10</wh>
		<down>0,1</down>
	</fight>
</403>