Darwinbots Forum

Bots and Simulations => Bestiary => Mutations => Topic started by: Jez on December 04, 2006, 08:52:15 AM

Title: C. Filans (Evo)(Carlo)-DBv2.1
Post by: Jez on December 04, 2006, 08:52:15 AM
'  *** Comisia Filans ***
'
'  Evolved from c. ancestralis
'  2002
'  It moves almost in a straight line,
'  shooting continuously.

cond
  *40
  29
  >
start
  0
  40
  store
stop

cond
start
  1
  .aimdx
  store
stop

cond
  *.eye7
  0
  >
start
  15
  .aimdx
  store
stop

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

cond
  *.eye9
  0
  >
start
  15
  .aimdx
  store
stop

cond
  *.shdx
  0
  >
start
  15
  .aimsx
  store
stop

cond
  *.vel
  0
  !=
  *.eye3
  0
  >
start
  15
  .aimsx
  store
stop

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

cond
  *.eye1
  0
  >
start
  15
  .aimsx
  store
stop

cond
  *.refdx
  0
  =
start
 -1
  .shoot
  store
  9
  .shootval
  store
  5
  .up
  store
stop

cond
  *.eye5
 -1
  >
  *.refshoot
  0
  >
  *.eye5
 -1
  >
  *.refshoot
  0
  >
start
  5
  .dn
  store
stop

cond
  *.nrg
  10000
  >
start
  314
  .aimdx
  store
  40
  .repro
  store
stop

cond
  *.vel
  5
  <
start
  100
  .aimdx
  store
stop
end