Battroid 3
name <Petrach>
desig <XB-7>
SDL_SPRITE <btr_petrach.bmp>
mod body
	armor 2
	sub
		cpit
		armor 1

		% Sensors
		gear 8 1 7

		Mount
		inv
			gear 4 2 1
			name <Machine Gun>
			stat 1 3
			stat 2 -1
			stat 4 5
			stat 8 60
			sub
				% Ammunition
				gear 5 2 1
			end
		end

	end
mod storage
	name <Right Pod>
	size 4
	armor 2
	sub
		% Missiles
		gear 4 4 2
		name <Swarm Missiles>
		stat 1 8
		stat 8 40
		sub
			gear 5 4 2
			type <SWARM>
		end

	end
mod storage
	name <Left Pod>
	size 4
	armor 2
	sub
		% Missiles
		gear 4 4 2
		name <Swarm Missiles>
		stat 1 8
		stat 8 40
		sub
			gear 5 4 2
			type <SWARM>
		end

	end
mod leg
	name <Right Leg>
	armor 2

mod leg
	name <Left Leg>
	armor 2

end

Battroid 3
name <Petrach>
desig <XB-7a>
SDL_SPRITE <btr_petrach.bmp>
mod body
	armor 2
	sub
		cpit
		armor 1

		% Sensors
		gear 8 1 7

		Mount
		inv
			gear 4 2 1
			name <Machine Gun>
			stat 1 3
			stat 2 -1
			stat 4 5
			stat 8 60
			sub
				% Ammunition
				gear 5 2 1
			end
		end

	end
mod storage
	name <Right Pod>
	size 4
	armor 2
	sub
		% Missiles
		gear 4 4 20
		name <Leveler Missiles>
		stat 8 4
		sub
			gear 5 4 20
			type <Blast 1>
		end

	end
mod storage
	name <Left Pod>
	size 4
	armor 2
	sub
		% Missiles
		gear 4 4 20
		name <Leveler Missiles>
		stat 1 8
		stat 8 4
		sub
			gear 5 4 20
			type <Blast 1>
		end

	end
mod leg
	name <Right Leg>
	armor 2

mod leg
	name <Left Leg>
	armor 2

end

