Bots and Simulations > F1 bots
puddingus offendicus
fulizer:
'Puddingus offendicus
'by fulizer
'adaption of basebot made to be a brilliant
'fighter. It has taken on 30 I flammas by
'itself and with reproduction on for both of them
'also it has a waste disposal
--- Code: ---' Gene 1 Food Finder
cond
*.eye5 0 >
*.refeye *.myeye !=
start
*.refveldx .dx store
*.refvelup 30 add .up store
stop
' Gene 2 Eat Food
cond
*.eye5 50 >
*.refeye *.myeye !=
start
-6 .shoot store
*.refvelup .up store
stop
' Gene 3 Avoiding Family
cond
*.eye5 0 =
*.refeye *.myeye = or
start
314 rnd .aimdx store
stop
' Gene 4 Reproduce
cond
*.nrg 15000 >
start
30 .repro store
stop
' gene 5 waste disposal
cond
*.waste 40 >
start
.backshot inc
-4 .shoot store
' gene 6 counter attack
cond
*.shflav 0 !=
*.shflav -2 !=
start
1256 *.shang sub .aimshoot store
16 .shootval store
628 .shoot store
0 .shflav store
stop
end
--- End code ---
it should go in the shortbot leuge but I feel it may be good enough for the other leuges the new sixth gene turns anything that shots at it around I will laugh my head off at this
Numsgil:
I flamma isn't really the pinnacle of bot design anymore. Can I flamma even survive anymore?
Your actual bot is basically animal minimalis with waste handling, reproduction level tweaks, and -6 shots instead of -1. Not sure if it's sufficiently different to really be a new bot or not. We don't have hard fast levels. I would be surprised if it was significantly stronger than animal minimalis in the leagues, though.
Your gene 5 doesn't do what you want (not even sure what you want), as it behaves identically to gene 2.
Peter:
--- Quote from: fulizer ---it should go in the shortbot leuge but I feel it may be good enough for the other leuges (watching how it took out 30 I flammas on its own )
--- End quote ---
Just for the notice, high possibility of rules changing of SB-league. Could be instead of a gene limit a bp-limit
It basicly means the top of SB-league is set out of the league. Your bot is egible for the league, I checked.
--- Quote from: Numsgil ---I flamma isn't really the pinnacle of bot design anymore. Can I flamma even survive anymore?
--- End quote ---
Yes, it can. Under certain phycics it is even a proper figthing bot. Under normal phycics it misses the veggies often but has enough 'lucky' hits to easily survive.
Oh, and I already told I_Flamma pretty much sucks in current versions.
--- Quote ---Your actual bot is basically animal minimalis with waste handling, reproduction level tweaks, and -6 shots instead of -1. Not sure if it's sufficiently different to really be a new bot or not. We don't have hard fast levels. I would be surprised if it was significantly stronger than animal minimalis in the leagues, though.
--- End quote ---
Checked, amount to have repro is somewhat lower and gives a little more to the child, it looks to much like it as I would say. Too much, look a little at other bots okay, this is too obvious.
--- Quote ---Your gene 5 doesn't do what you want (not even sure what you want), as it behaves identically to gene 2.
--- End quote ---
Well, yes you have set the .shell wrong, what did you want to do.
*.refeye *.myeye !=.shell
fulizer:
it was there as a distraction to viruses
Numsgil:
I rolled my eyes so hard I strained a muscle.
Navigation
[0] Message Index
[#] Next page
Go to full version