aboutsummaryrefslogtreecommitdiff
path: root/behaviors
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-11 13:16:59 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-11 13:16:59 -0500
commit9315ded6555a7afb8f11d96e5a4c446389f157cb (patch)
treeb52ab5c1cd63f622e423667bb700f52582505d2d /behaviors
parentd9747bd0c2598a06baeaf16dca8ff3b6469d4613 (diff)
Some config changes to make everything a little more palatable.
Diffstat (limited to 'behaviors')
-rw-r--r--behaviors/AddPixelEvent.py4
-rw-r--r--behaviors/LoopAndDie.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/behaviors/AddPixelEvent.py b/behaviors/AddPixelEvent.py
new file mode 100644
index 0000000..bf3cfff
--- /dev/null
+++ b/behaviors/AddPixelEvent.py
@@ -0,0 +1,4 @@
+from operationscore.Behavior import *
+class AddPixelEvent(Behavior):
+ def initBehavior(self):
+ className = self['Class']
diff --git a/behaviors/LoopAndDie.xml b/behaviors/LoopAndDie.xml
index af26562..e2940e4 100644
--- a/behaviors/LoopAndDie.xml
+++ b/behaviors/LoopAndDie.xml
@@ -1,6 +1,6 @@
<Behavior>
<Class>behaviors.RecursiveDecay</Class>
<Args>
- <InitialResponseCount>70</InitialResponseCount>
+ <InitialResponseCount>20</InitialResponseCount>
</Args>
</Behavior>