Darwinbots Forum

Bots and Simulations => Bestiary => Veggies => Topic started by: Jez on January 08, 2007, 05:06:45 AM

Title: Alge Minimaxis (Veg)(-Venom-)05.01.07
Post by: Jez on January 08, 2007, 05:06:45 AM
'Alge_Minimaxis
'By: -venom-
'base: nums' animal_minimalis
'it has no regular shoting capabilities but
'it creates a shell and chaces other bots to
'infect them with its virus.
'warning: I recomend having a corpse eater

cond
*.robage 0 =
start
7 989 store
stop

cond
*.vtimer 0 =
start
3 .mkvirus store
stop

cond
7 *989 !=
start
*.thisgene 1 rnd 2 mult -1 add add .delgene store
stop

cond
*.eye5 0 >
*.refeye *.myeye !=
start
*.refveldx .dx store
*.refvelup 30 add .up store
50 .vshoot store
stop

cond
*.shflav 0 !=
*.shflav -2 !=
start
1256 *.shang sub .aimshoot store
8 .shootval store
100 .vshoot store
0 .shflav store
stop

cond
*.eye5 0 =
*.refeye *.myeye = or
start
314 rnd .aimdx store
stop

cond
*.shell 250 <
start
100 .mkshell store
stop

cond
*.nrg 15000 >
start
30 .repro store
stop
end