Title.E text="Code battle - vs computer"
Title.R text="Битвы программистов - против компьютера"
Title.B text="Batalha de código - vs computador"
Title.P text="Programobitwa - vs komputer"
Title.F text="Code battle - vs computer"
Title.D text="Code battle - vs computer"
Title.C text="Bitva - proti počítači"
Resume.E text="Challenge your... computer? Actually, challenge the developers! But, for real, this is just a simple enemy program that you can use if you don't have any real opponent"
Resume.R text="Сразись со своим... компьютером? Ну на самом деле ты сразишься с разработчиками! Но, на самом деле, это примитивная программа соперника которую ты можешь использовать если у тебя нету настоящего соперника"
Resume.B text="Desafie seu ... computador? Na verdade, desafie os desenvolvedores! Mas, de verdade, este é apenas um simples programa inimigo que você pode usar se não tiver um adversário real"
Resume.P text="Wyzwij na pojedynek swój... komputer? Właściwie, wyzwij twórców gry! Ale, tak naprawdę, to jest tylko prosty program którego możesz użyć jeżeli nie masz żadnego innego przeciwnika"
Resume.F text="Challenge your... computer? Actually, challenge the developers! But, for real, this is just a simple enemy program that you can use if you don't have any real opponent"
Resume.D text="Challenge your... computer? Actually, challenge the developers! But, for real, this is just a simple enemy program that you can use if you don't have any real opponent"
Resume.C text="Vyzvěte na souboj... svůj počítač? Kdepak, vyzvěte na souboj vývojáře této hry! Ale vážně, proti Vám stojí jen jednoduchý program, na kterém můžete trénovat, pokud nemáte žádné živé protivníky."

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

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

// Team "Red" (2)
// TODO: selectable=0, but only before start?
CreateObject pos=0;40 dir=0.5 type=WheeledGrabber team=2 script1="%lvl%/program.txt" scriptReadOnly1=true run=1
CreateObject pos=0;38.5 type=Titanium
CreateObject pos=0;57.5 dir=0.5 type=Derrick magnifyDamage=0 selectable=false

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