summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/toy/domme.groovy20
1 files changed, 10 insertions, 10 deletions
diff --git a/images/toy/domme.groovy b/images/toy/domme.groovy
index 3b55023..6335d3a 100644
--- a/images/toy/domme.groovy
+++ b/images/toy/domme.groovy
@@ -9,12 +9,12 @@
[
select: 'repeat',
number: 'toy.randRange(1, 3)',
- activities: [ 'preRelease', 'preEdge', 'preGag', 'preClamps', 'preCollar', 'preStrip' ]
+ activities: [ '*pre,!punish' ]
], [
select: 'repeat',
number: 'toy.randRange(1, 3)',
- activities: [ 'playStrokes', 'playEdges' ],
- intervals: [ null, 'intClamps', 'intSqueeze' ]
+ activities: [ '*play,tease' ],
+ intervals: [ null, '*int' ]
], [
select: 'take',
number: 'toy.randRange(0, 2)',
@@ -36,7 +36,7 @@
phases: [
[
number: 'toy.randRange(1, 3)',
- activities: [ 'preClamps', 'preCollar', 'preStrip' ]
+ activities: [ '*pre,!reward,!ballgag' ]
], [
activities: [ 'playSuck' ]
]
@@ -48,12 +48,12 @@
[
select: 'take',
number: 'toy.randRange(1, 4)',
- activities: [ 'preGag', 'preClamps', 'preCollar', 'preStrip' ],
+ activities: [ '*pre,!reward,!chaste' ],
use: 'punishMultiply'
], [
select: 'repeat',
number: 'toy.randRange(2, 3)',
- activities: [ 'playBeatCock', 'playBeatBalls', 'playClamps' ],
+ activities: [ '*play,punish', '*play,humiliation' ],
use: 'punishApply'
], [
require: 'toy.can("perm_chaste") || toy.randRange(1, 2) == 1',
@@ -70,18 +70,18 @@
], [
select: 'take',
number: 'toy.randRange(1, 2 + ((toy.prop.punishment ?: 0) / 100))',
- activities: [ 'preGag', 'preClamps', 'preCollar', 'preStrip' ],
+ activities: [ '*pre,!reward,!chaste' ],
use: 'punishMultiply'
], [
select: 'repeat',
number: 'toy.randRange(1, 2 + ((toy.prop.punishment ?: 0) / 100))',
- activities: [ 'playKneel', 'playBeatCock', 'playBeatBalls', 'playClamps' ],
- intervals: [ null, 'intNothing' ],
+ activities: [ '*play,punish', '*play,humiliation' ],
+ intervals: [ null, '*int' ],
use: 'punishApply'
], [
select: 'take',
number: 'toy.randRange(1, 2 + ((toy.prop.punishment ?: 0) / 100))',
- activities: [ 'playBondage', 'playBeatCock', 'playBeatBalls', 'playClamps' ],
+ activities: [ 'playBondage', '*play,punish' ],
use: 'punishApply'
], [
activities: [ 'postChastity' ]