#!/bin/sh

TONES=3
DIST=10
COST=5

exec xbattle \
	-red you -cyan me \
	-ai 0 2 10.0  \
	-hex -boardx 15 -boardy 15 -wrap \
	-farms $DIST -build $COST -build_cost $COST -scuttle -scuttle_cost $COST \
	-sea $TONES -sea_tones $TONES -hills $TONES -dig $TONES -dig_cost $COST -digin $TONES -fill $TONES -fill_cost $COST  \
	-para $DIST -para_cost $COST -para_damage $COST -guns $DIST -guns_cost $COST -guns_damage $COST \
	-repeat -area -attack -manage -bound -march 2 \
	-bases 5 \
	-nosound \
	$*



