Darwinbots Forum

Bots and Simulations => Bestiary => Mutations => Topic started by: Endy on November 24, 2005, 02:12:58 AM

Title: Mutie
Post by: Endy on November 24, 2005, 02:12:58 AM
' Mutie
' decent bot made for mutating
' Good at resisting and fighting cannibotism
' slight problem with other bots that use poison
' grew from talks about using poison as identifier

cond
*.robage 0 =
start
.eye5 .ploc store
stop

cond
*.eye5 45 >
*.refpoison 0 =
start
-1 .shoot store
stop

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

cond
*.vel 20 <
*.refpoison 0 =
*.eye5 0 >
start
20 *.vel sub 2 div .up store
stop

cond
*.refpoison 0 >
*.eye5 0 > and
*.eye5 0 = or
start
314 rnd .aimdx store
stop

cond
*.poison 100 !%=
start
100 *.poison sub 2 div .strpoison store
stop

end