Battroid 5
name <Daum>
desig <SAN-D1>
mod head
	armor 3
	sub
		Sensor 5

		% Beam Gun
		BeamGun 3
		name <AP Gatling Beamgun>
		scale 1
		Range 4
		Acc 1
		BV 6
	end
	inv
		HeadArmor 2
		mass -1
	end

mod body
	armor 3
	sub
		Cpit
		armor 2
		Gyro 2
		TarComp 1
		Sensor 1

		Mount
		name <Right Torso Mount>

		Mount
		name <Left Torso Mount>
		inv
			MLauncher 4
			name <Missile Pod>
			type <SWARM>
			Magazine 20
			sub
				rockets 4
			end
		end

		HoverJet 5
	end
	inv
		BodyArmor 3
		mass -2
	end
mod arm
	name <Right Arm>
	armor 3
	sub
		Hand

		inv
			Gun 2
			name <Bolt Cannon>
			range 6
			Magazine 250
			recharge 4
			BV 4
			Acc -1
			sub
				% Ammunition
				Ammo 2
			end
		end

		Mount
		name <Right Arm Mount>
	end
	inv
		ArmArmor 2
		mass -1
	end
mod arm
	name <Left Arm>
	armor 3
	sub
		Hand

		inv
			Melee 7
			name <Longsword>
			Acc 1
		end

		Mount
		name <Left Arm Mount>

	end
	inv
		ArmArmor 2
		mass -1

		EShield 5
		DefBonus -1
	end
mod leg
	name <Right Leg>
	armor 3
	sub
		HoverJet 4
		Mount
		name <Right Leg Mount>
	end
	inv
		LegArmor 2
		mass -1
		sub
			HoverJet 2
		end
	end
mod leg
	name <Left Leg>
	armor 3
	sub
		HoverJet 4
		Mount
		name <Left Leg Mount>
	end
	inv
		LegArmor 2
		mass -1
		sub
			HoverJet 2
		end
	end
end

