Title.E text="Code battle - vs aliens"
Title.C text="Bitva - proti vetřelcům"
Title.D text="Code battle - vs aliens"
Title.F text="Code battle - vs aliens"
Title.P text="Programobitwa - vs obcy"
Title.B text="Code battle - vs alienígenas"
Title.R text="Битвы программистов - против пришельцев"
Resume.E text="A map for begginers! Research all needed technologies and build your infrastructure to kill all the aliens on the opposite side of the river - using programming only!"
Resume.C text="Mapa pro začátečníky! Vyzkoumejte všechny potřebné technologie a vybudujte svou základnu, abyste mohli zlikvidovat vetřelce na druhém břehu řeky - čistě pomocí programu!"
Resume.D text="A map for begginers! Research all needed technologies and build your infrastructure to kill all the aliens on the opposite side of the river - using programming only!"
Resume.F text="A map for begginers! Research all needed technologies and build your infrastructure to kill all the aliens on the opposite side of the river - using programming only!"
Resume.P text="Mapa dla początkujących! Zbadaj wszystkie niezbędne technologie i zbuduj infrastrukturę która pozwoli ci zabić wszystkie mrówki po przeciwnej stronie rzeki - używając wyłącznie programowania!"
Resume.B text="Um mapa para iniciantes! Pesquise todas as tecnologias necessárias e construa sua infraestrutura para matar todos os alienígenas do lado oposto do rio - usando apenas programação!"
Resume.R text="Карта для новичков! Изучи все необходимые технологии и построй свою инфраструктуру для того, чтобы убить пришельцев на противоположной стране реки - используя только программирование!"

#Include file="%cat%/level_common.txt"
Level type=CODE_BATTLE

BeginObject

// Team "Blue" (1)
CreateObject pos=0;-40 dir=1.5 type=WheeledGrabber team=1 select=true
CreateObject pos=0;-38.5 type=Titanium
CreateObject pos=0;-57.5 dir=1.5 type=Derrick magnifyDamage=0 selectable=false
CreateObject pos=0;-60 dir=1.5 type=RadarStation magnifyDamage=0 selectable=false

// Team "Red" (2)
// TODO: Write (or find) some better ant scripts for this purpose
CreateObject pos=0;40 type=AlienNest
CreateObject pos=-5;40 dir=0.5 type=AlienAnt script1="antattsw.txt" run=1
CreateObject pos=0;40 dir=0.5 type=AlienAnt script1="antattsw.txt" run=1
CreateObject pos=5;40 dir=0.5 type=AlienAnt script1="antattsw.txt" run=1
CreateObject pos=-5;45 dir=0.5 type=AlienAnt script1="antattsw.txt" run=1
CreateObject pos=0;45 dir=0.5 type=AlienAnt script1="antattsw.txt" run=1
CreateObject pos=5;45 dir=0.5 type=AlienAnt script1="antattsw.txt" run=1
CreateObject pos=-5;50 dir=0.5 type=AlienAnt script1="antattsw.txt" run=1
CreateObject pos=0;50 dir=0.5 type=AlienAnt script1="antattsw.txt" run=1
CreateObject pos=5;50 dir=0.5 type=AlienAnt script1="antattsw.txt" run=1

EndMissionTake pos=0;0 dist=10000 type=AlienAnt min=0 max=0
EndMissionTake pos=0;0 dist=10000 type=Any team=1 lost=0
