aboutsummaryrefslogtreecommitdiff
path: root/behaviors/Deccelerate.xml
diff options
context:
space:
mode:
Diffstat (limited to 'behaviors/Deccelerate.xml')
-rw-r--r--behaviors/Deccelerate.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/behaviors/Deccelerate.xml b/behaviors/Deccelerate.xml
new file mode 100644
index 0000000..e64e61d
--- /dev/null
+++ b/behaviors/Deccelerate.xml
@@ -0,0 +1,9 @@
+
+<Behavior>
+ <Class>behaviors.ModifyParam</Class>
+ <Args>
+ <ParamType>Sensor</ParamType>
+ <ParamName>StepSize</ParamName>
+ <ParamOp>{val}*.98</ParamOp>
+ </Args>
+</Behavior>