Author Topic: J. Venomous Mobber (F2)(Firegem9)-30.07.04  (Read 2792 times)

Offline PurpleYouko

  • Bot God
  • *****
  • Posts: 2556
    • View Profile
J. Venomous Mobber (F2)(Firegem9)-30.07.04
« on: February 23, 2005, 02:49:46 PM »
Code: [Select]
'J_Venomous_Mobber
'My second robo : )
'(I was at a loss of names)
'Made by Firegem9
'***************
'reproduce
'*************
cond
*.body 50 >
*.nrg 2000 >
start
50 .repro store
stop

cond
*.robage 400 >
*.nrg 3500 >
*.body 75 >
start
50. repro store
stop

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

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

'movement
'************
cond
*.body 200 >
start
100 .fdbody store
stop

cond
*.refaimdx *.myaimdx !=
start
*.maxvel *.vel sub 2 div .up 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

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

'A mix of shooting and utha stuff
'*************
cond
*.eye5 40 >
*.refaimdx 3 !=
*.robage 2 >
start
-6 .shoot store
stop

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

cond
*.fixed 0 !=
start
0 .fixpos store
stop

'venomous
'************
cond
*.nrg 1000 >
*.venom 20 <
start
2 .strvenom store
stop

cond
*.eye5 50 >
*.refaimdx 1 !=
*.refaimdx *.myaimdx !=
*.venom 20 >
start
20 .shootval store
-3 .shoot store
stop

end
« Last Edit: May 09, 2014, 12:50:20 PM by Botsareus »
There are 10 kinds of people in the world
Those who understand binary.
and those who don't

:D PY :D