#!/bin/sh

exec xbattle \
	-color fiolet 192 64 255 \
	-color zielen 43 140 160 \
	-color rozowy 128 64 128 \
	-rozowy you -zielen you -fiolet you -black you -blue you -yellow me \
	-ai 0 1 8.0 -ai 1 1 8.0 -ai 2 1 8.0 -ai 3 1 8.0 -ai 4 1 8.0 \
	-hex -boardx 30 -boardy 20 -wrap \
	-farms 10 -build 8 -build_cost 10 -scuttle -scuttle_cost 3 \
	-sea 5 -sea_tones 8 -hills 8 -forest 5 -dig 5 -dig_cost 5 -digin 5 -fill 5 -fill_cost 10  \
	-para 20 -para_cost 10 -para_damage 10 -guns 25 -guns_cost 10 -guns_damage 15 \
	-repeat -area -attack -manage -bound -march 2 \
	-towns 1 -rbases 3 \
	-nosound \
	-speed 10 \
	$*



