/usr/lib/realtimebattle/Robots/raziel.py.robot is in realtimebattle-common 1.0.8-14.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #! /usr/bin/python
print 'RobotOption 3 0'
print 'RobotOption 1 1\n'
print 'Name razziel'
print 'Colour ee299 aaffaa\n'
x=raw_input('')
while (x!='Dead') or (x!='GameFinishes'):
print 'Accelerate 0.5\n'
print 'Rotate 7 3\n'
for i in range(0,10):
print 'Shoot 10\n'
|