This commit is contained in:
2025-11-23 00:27:02 +02:00
parent 5dab98c7b9
commit c70ad02033
8 changed files with 356 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ RANDOM_DELAY_LEFT=0.05
#RANDOM_DELAY_LEFT=0.3
### PRAYER BONES
MOVE_DISTANCE=90
MOVE_DISTANCE=120
#RANDOM_NUM=$((RANDOM % 101)) # Generate 0-100
#RANDOM_DELAY=$(echo "scale=3; 0.5 + $RANDOM_NUM / 1000" | bc)
RANDOM_DELAY=0.100