Darwinbots Forum

Bots and Simulations => Bestiary => EcoSim Bots => Topic started by: Endy on August 22, 2005, 10:50:39 PM

Title: Corpse Feeder (Eco)(Endy)-23.08.05
Post by: Endy on August 22, 2005, 10:50:39 PM
cond
start
.fixpos *.fixed mult dec
9 inc
*.eye5 dup sub dec
stop

cond
*.robage 0 =
start
50 1 rnd mult inc
.tie inc
stop

cond
*.nrg 300 >
*50 0 =
start
50 inc
stop

cond
*.eye5 50 >
*.refeye *.myeye !=
*.refbody 1 >
start
-6 .shoot store
stop

cond
*.body 20 >
*.nrg 1000 <
start
50 .fdbody store
stop

cond
*.body 1000 <
*.nrg 1100 >
*.robage 2 >
start
100 .strbody store
stop

cond
*50 0 !=
*.vel 20 <
*.numties 0 =
*.eye5 50 <
start
20 *.vel sub 2 div rnd .up store
stop

cond
*.eye2 *.eye8 !=
start
*.eye2 *.eye8 sub 2 div .aimsx store
stop

cond
*.eye4 *.eye6 !=
start
*.eye4 *.eye6 sub .aimsx store
stop

cond
*.numties 0 >
*.tiepres 0 !=
start
*.tiepres .deltie store
stop

cond
*.refeye *.myeye =
start
314 rnd .aimsx store
stop

cond
*.nrg 10000 >
start
300 inc
stop

end