Darwinbots Forum

Bots and Simulations => Bestiary => Short bots => Topic started by: Jez on December 20, 2006, 09:36:28 AM

Title: Ambrosia Hederiger (6G)(Jez)-28.01.04
Post by: Jez on December 20, 2006, 09:36:28 AM
Code: [Select]
'Topic: Formula 2 bots!
'Jez

'*Ambrosia Hederiger *
'* poison ivy *

cond
*.eye5 0 >
*.refeye 3 =
start
140 .aimdx store
stop

cond
*.eye5 30 >
*.refeye 3 !=
start
-1 .shoot store
stop

cond
*.eye5 31 <
start
26 .aimdx store
stop

cond
*.waste 1 >
*.poison 10000 <
start
*.waste .strpoison store
stop

cond
*.nrg 2000 >
start
50 .repro store
120 .aimsx store
0 .shoot store
stop

cond
*.slime 90 <
start
100 *.slime sub .mkslime store
stop
end