Darwinbots Forum

Bots and Simulations => Bestiary => F2 bots => Topic started by: Jez on January 31, 2007, 01:06:30 PM

Title: Anubis Canis 1.1 (F2)(Firegem9)-29.07.04
Post by: Jez on January 31, 2007, 01:06:30 PM
Code: [Select]
'Topic: New Bots 
'Firegem9

'anubis_canis 1.1 ( a little different)
'My modified robo : )
'***************

cond
*.nrg 2000 >
start
50 .repro store
stop

cond
*.robage 0 =
start
2 .tie store
stop

cond
*.refaimdx *.myaimdx !=
start
*.maxvel *.vel sub 2 div .up store
stop

'Brakes
'************
cond
*.eye5 45 >
*.refaimdx *.myaimdx !=
*.refaimdx 1 =
start
*.vel 2 div -1 mult .up store
stop
'*************
cond
*.eye5 40 >
*.refaimdx *.myaimdx !=
start
-6 .shoot store
stop

cond
*.eye2 0 >
start
100 .aimsx store
stop

cond
*.eye8 0 >
start
100 .aimdx store
stop

cond
*.eye4 0 >
start
50 .aimsx store
stop

cond
*.eye6 0 >
start
50 .aimdx store
stop

cond
*.refaimdx *.myaimdx =
start
239 .aimdx store
stop

cond
*.robage 1 =
start
2 .deltie store
stop

cond
*waste 500 >
start
500 .shootval store
1 .backshot store
-4 .shoot store
stop

cond
*.eye5 30 >
*.refaimdx 1 !=
*.refaimdx *.myaimdx !=
*.nrg 2000 >
start
100 .strvenom
100 .shootval
-3 .shoot store
stop

end