forked from DuckFlit/Degrees-Of-Lewdity-RUS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
t3lt.twee-config.yml
15111 lines (14314 loc) · 433 KB
/
t3lt.twee-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
aliases:
dom: &dom
border: solid 0px
form: &form
border: solid 0px
img: &img
border: 1px
borderStyle: dashed dashed none
legacy: &legacy
border: solid 0px
links: &links
textDecoration: bold
refactor: &refactor
textDecoration: bold
temp: &temp
border: solid 0px
text: &text
textDecoration: underline
unused: &unused
border: 0px
sugarcube-2:
enums:
bodyLiquidParts: '"neck"|"rightarm"|"leftarm"|"thigh"|"bottom"|"tummy"|"chest"|"face"|"hair"|"feet"|"vaginaoutside"|"vagina"|"penis"|"anus"|"mouth"'
bodyLiquidPartsDesc: '`"neck"` | `"rightarm"` | `"leftarm"` | `"thigh"` | `"bottom"` | `"tummy"` | `"chest"` | `"face"` | `"hair"` | `"feet"` | `"vaginaoutside"` | `"vagina"` | `"penis"` | `"anus"` | `"mouth"`'
bodyParts: '"forehead"|"left_cheek"|"right_cheek"|"left_shoulder"|"right_shoulder"|"breasts"|"back"|"left_bottom"|"right_bottom"|"pubic"|"left_thigh"|"right_thigh"'
bodyPartsDesc: '`"forehead"` | `"left_cheek"` | `"right_cheek"` | `"left_shoulder"` | `"right_shoulder"` | `"breasts"` | `"back"` | `"left_bottom"` | `"right_bottom"` | `"pubic"` | `"left_thigh"` | `"right_thigh"`'
clothesTypes: '"over_upper"|"over_lower"|"upper"|"lower"|"under_upper"|"under_lower"|"over_head"|"head"|"face"|"neck"|"hands"|"handheld"|"legs"|"feet"|"genitals"'
clothesTypesDesc: '`"over_upper"` | `"over_lower"` | `"upper"` | `"lower"` | `"under_upper"` | `"under_lower"` | `"over_head"` | `"head"` | `"face"` | `"neck"` | `"hands"` | `"handheld"` | `"legs"` | `"feet"` | `"genitals"`'
combatPositions: '"doggy"|"missionary"'
combatPositionsDesc: '`"doggy"` | `"missionary"`'
combatProps: '"haybale"|"milk"|"bench"|"table"'
combatPropsDesc: '`"haybale"` | `"milk"` | `"bench"` | `"table"`'
crimeTypes: '"assault"|"coercion"|"destruction"|"exposure"|"obstruction"|"prostitution"|"resisting"|"thievery"|"petty"|"trespassing"'
crimeTypesDesc: '`"assault"` | `"coercion"` | `"destruction"` | `"exposure"` | `"obstruction"` | `"prostitution"` | `"resisting"` | `"thievery"` | `"petty"` | `"trespassing"`'
fameTypes: '"exhibitionism"|"prostitution"|"bestiality"|"sex"|"rape"|"good"|"business"|"scrap"|"pimp"|"social"|"model"|"pregnancy"|"impreg"'
fameTypesDesc: '`"exhibitionism"` | `"prostitution"` | `"bestiality"` | `"sex"` | `"rape"` | `"good"` | `"business"` | `"scrap"` | `"pimp"` | `"social"` | `"model"` | `"pregnancy"` | `"impreg"`'
insecurityTypes: '"penis_tiny"|"penis_small"|"penis_big"|"breasts_tiny"|"breasts_small"|"breasts_big"|"pregnancy"'
insecurityTypesDesc: '`"penis_tiny"` | `"penis_small"` | `"penis_big"` | `"breasts_tiny"` | `"breasts_small"` | `"breasts_big"` | `"pregnancy"`'
liquidTypes: '"goo"|"slime"|"fluid"|"nectar"|"cum"|"semen"'
liquidTypesDesc: '`"goo"` | `"slime"` | `"fluid"` | `"nectar"` | `"cum"` | `"semen"`'
loveInterest: '"Robin"|"Whitney"|"Kylar"|"Sydney"|"Eden"|"Avery"|"Alex"|"Great Hawk"|"Black Wolf"'
loveInterestDesc: '`"Robin"` | `"Whitney"` | `"Kylar"` | `"Sydney"` | `"Eden"` | `"Avery"` | `"Alex"` | `"Great Hawk"` | `"Black Wolf"`'
namedNPC: '"Avery"|"Bailey"|"Briar"|"Charlie"|"Darryl"|"Doren"|"Eden"|"Gwylan"|"Harper"|"Jordan"|"Kylar"|"Landry"|"Leighton"|"Mason"|"Morgan"|"River"|"Robin"|"Sam"|"Sirris"|"Whitney"|"Winter"|"Black Wolf"|"Niki"|"Quinn"|"Remy"|"Alex"|"Great Hawk"|"Wren"|"Sydney"|"Ivory Wraith"|"Zephyr"'
namedNPCDesc: '`"Avery"` | `"Bailey"` | `"Briar"` | `"Charlie"` | `"Darryl"` | `"Doren"` | `"Eden"` | `"Gwylan"` | `"Harper"` | `"Jordan"` | `"Kylar"` | `"Landry"` | `"Leighton"` | `"Mason"` | `"Morgan"` | `"River"` | `"Robin"` | `"Sam"` | `"Sirris"` | `"Whitney"` | `"Winter"` | `"Black Wolf"` | `"Niki"` | `"Quinn"` | `"Remy"` | `"Alex"` | `"Great Hawk"` | `"Wren"` | `"Sydney"` | `"Ivory Wraith"` | `"Zephyr"`'
plantTypes: '"apple"|"baby_bottle_of_breast_milk"|"banana"|"bird_egg"|"blackberry"|"blood_lemon"|"bottle_of_breast_milk"|"bottle_of_milk"|"bottle_of_semen"|"broccoli"|"cabbage"|"carnation"|"chicken_egg"|"daisy"|"garlic_bulb"|"ghostshroom"|"lemon"|"lily"|"lotus"|"mushroom"|"onion"|"orange"|"orchid"|"peach"|"pear"|"plum"|"plumeria"|"poppy"|"potato"|"red_rose"|"strange_flower"|"strawberry"|"truffle"|"tulip"|"turnip"|"white_rose"|"wild_carrot"|"wild_honeycomb"|"wolfshroom"'
plantTypesDesc: '`"apple"` | `"baby_bottle_of_breast_milk"` | `"banana"` | `"bird_egg"` | `"blackberry"` | `"blood_lemon"` | `"bottle_of_breast_milk"` | `"bottle_of_milk"` | `"bottle_of_semen"` | `"broccoli"` | `"cabbage"` | `"carnation"` | `"chicken_egg"` | `"daisy"` | `"garlic_bulb"` | `"ghostshroom"` | `"lemon"` | `"lily"` | `"lotus"` | `"mushroom"` | `"onion"` | `"orange"` | `"orchid"` | `"peach"` | `"pear"` | `"plum"` | `"plumeria"` | `"poppy"` | `"potato"` | `"red_rose"` | `"strange_flower"` | `"strawberry"` | `"truffle"` | `"tulip"` | `"turnip"` | `"white_rose"` | `"wild_carrot"` | `"wild_honeycomb"` | `"wolfshroom"`'
pronouns: he, him, girl, girlfriend, sir, lass
virginityTypes: '"vaginal"|"penile"|"anal"|"oral"|"kiss"|"handholding"'
virginityTypesDesc: '`"vaginal"` | `"penile"` | `"anal"` | `"oral"` | `"kiss"` | `"handholding"`'
macros:
a:
description: |-
Prints text with prepended correctly-tensed indefinite article
`<<a text>>`
- **text**: `string` - text to check first character of
parameters:
- "string"
tags: ["text"]
A:
description: |-
Prints text with prepended correctly-tensed capitalised indefinite article
`<<a text>>`
- **text**: `string` - text to check first character of
parameters:
- "string"
tags: ["text"]
a_pillory_person:
description: |-
Prints `a <<person>>` or the name of person in the pillory
Undercase `<<A_pillory_person>>`.
Related to `<<the_pillory_person>>`/ '<<The_pillory_person>>
tags: ["text", "unused"]
A_pillory_person:
description: |-
Prints `A <<person>>` or the name of person in the pillory
Capitalised `<<a_pillory_person>>`.
Related to `<<the_pillory_person>>` / '<<The_pillory_person>>'
tags: ["text"]
a_role:
description: |-
Prints active npc as their role
Example:
```
You find <<a_role>> nearby to help you out with this example.
```
tags: ["text"]
A_role:
description: |-
Prints active npc as their role capitalised
Example:
```
<<A_role>> comes out from behind the other to help with the example.
```
tags: ["unused", "text"]
abomination:
name: abomination
abortbrothelshow:
name: abortbrothelshow
tags: ["unused"]
acceptance:
description: |-
Adds acceptance to pc's state concerning specific part and applies effects
`$acceptance_X` are measures of pc overcoming specific insecurities where 0 is not accepting (0-1,000)
`<<insecurity part change>>`
- **part**: `string` - part to gain insecurity in
- %insecurityTypesDesc%
- **change**: `number` - +/- change to apply
parameters:
- "%insecurityTypes% &+ number"
acceptassignment:
name: acceptassignment
acceptbrothelshow:
name: acceptbrothelshow
actioncarry:
name: actioncarry
actioncarrydrop:
name: actioncarrydrop
actionsabomination:
name: actionsabomination
actionsAnalKiss:
name: actionsAnalKiss
actionsAnalLick:
name: actionsAnalLick
actionsanusdoubleedging:
name: actionsanusdoubleedging
actionsanusdoubleescape:
name: actionsanusdoubleescape
actionsanusdoubletake:
name: actionsanusdoubletake
actionsanusdoublethrust:
name: actionsanusdoublethrust
actionsanusedging:
name: actionsanusedging
actionsanusescape:
name: actionsanusescape
actionsanusFaceAgainstAnus:
name: actionsanusFaceAgainstAnus
actionsanusHandAgainstAnus:
name: actionsanusHandAgainstAnus
actionsanusHandEntrance:
name: actionsanusHandEntrance
actionsanusHandPenetration:
name: actionsanusHandPenetration
actionsanusMouthEntrance:
name: actionsanusMouthEntrance
actionsanusMouthImminent:
name: actionsanusMouthImminent
actionsanusMouthPenetration:
name: actionsanusMouthPenetration
actionsanusPenisAgainstAnus:
name: actionsanusPenisAgainstAnus
actionsanusPenisDoubleEntrance:
name: actionsanusPenisDoubleEntrance
actionsanuspenisdoublefuck:
name: actionsanuspenisdoublefuck
actionsanusPenisDoubleImminent:
name: actionsanusPenisDoubleImminent
actionsanusPenisDoublePenetration:
name: actionsanusPenisDoublePenetration
actionsanusPenisEntrance:
name: actionsanusPenisEntrance
actionsanuspenisfucknew:
name: actionsanuspenisfucknew
actionsanusPenisImminent:
name: actionsanusPenisImminent
actionsanusPenisPenetration:
name: actionsanusPenisPenetration
actionsanusrub:
name: actionsanusrub
actionsanustake:
name: actionsanustake
actionsanusthrust:
name: actionsanusthrust
actionsanustopenisnew:
name: actionsanustopenisnew
actionscheekrub:
name: actionscheekrub
actionschoke:
name: actionschoke
actionsclitrub:
name: actionsclitrub
actionsclitstroke:
name: actionsclitstroke
actionsconfront:
name: actionsconfront
actionsconfrontNNPC:
name: actionsconfrontNNPC
actionsdemand:
name: actionsdemand
actionsdissociation:
name: actionsdissociation
actionsfeetpussy:
name: actionsfeetpussy
actionsfeetrub:
name: actionsfeetrub
actionsfencingcooperate:
name: actionsfencingcooperate
actionsfencingescape:
name: actionsfencingescape
actionsfencingtake:
name: actionsfencingtake
actionsfencingtease:
name: actionsfencingtease
actionsgrabrub:
name: actionsgrabrub
actionsgrowl:
name: actionsgrowl
actionshandanustake:
name: actionshandanustake
actionshandanustease:
name: actionshandanustease
actionshandanusthrust:
name: actionshandanusthrust
actionshandbite:
name: actionshandbite
actionshandedge:
name: actionshandedge
actionshit:
name: actionshit
actionskick:
name: actionskick
actionskiss:
name: actionskiss
actionskissback:
name: actionskissback
actionsman:
name: actionsman
actionsmoan:
name: actionsmoan
actionsmock:
name: actionsmock
actionsmouthbottomrub:
name: actionsmouthbottomrub
actionsmouththighrub:
name: actionsmouththighrub
actionsOmni:
name: actionsOmni
actionsoraledge:
name: actionsoraledge
actionsorgasm:
name: actionsorgasm
actionsotheranusedging:
name: actionsotheranusedging
actionsotheranusescape:
name: actionsotheranusescape
actionsotheranusrub:
name: actionsotheranusrub
actionsotheranustake:
name: actionsotheranustake
actionsotheranustease:
name: actionsotheranustease
actionsotheranusthrust:
name: actionsotheranusthrust
actionsothermouthanusescape:
name: actionsothermouthanusescape
actionsothermouthanusrub:
name: actionsothermouthanusrub
actionsothermouthanustease:
name: actionsothermouthanustease
actionsothermouthanusthrust:
name: actionsothermouthanusthrust
actionsothermouthpenisescape:
name: actionsothermouthpenisescape
actionsothermouthpenisrub:
name: actionsothermouthpenisrub
actionsothermouthpenistease:
name: actionsothermouthpenistease
actionsothermouthpenisthrust:
name: actionsothermouthpenisthrust
actionsothermouthvaginaescape:
name: actionsothermouthvaginaescape
actionsothermouthvaginarub:
name: actionsothermouthvaginarub
actionsothermouthvaginatease:
name: actionsothermouthvaginatease
actionsothermouthvaginathrust:
name: actionsothermouthvaginathrust
actionsotherpenispenisrub:
name: actionsotherpenispenisrub
actionsothervaginavaginarub:
name: actionsothervaginavaginarub
actionspain:
name: actionspain
actionspenisAgainstAss:
name: actionspenisAgainstAss
actionspenisAgainstClit:
name: actionspenisAgainstClit
actionspenisAnusEntrance:
name: actionspenisAnusEntrance
actionspenisanusfucknew:
name: actionspenisanusfucknew
actionspenisAnusImminent:
name: actionspenisAnusImminent
actionspenisAnusPenetration:
name: actionspenisAnusPenetration
actionspenisdoubleedging:
name: actionspenisdoubleedging
actionspenisdoubleride:
name: actionspenisdoubleride
actionspenisdoubletake:
name: actionspenisdoubletake
actionspenisdoubletip:
name: actionspenisdoubletip
actionspenisedging:
name: actionspenisedging
actionspenisescape:
name: actionspenisescape
actionspeniskiss:
name: actionspeniskiss
actionspenislick:
name: actionspenislick
actionspenisMouthEntrance:
name: actionspenisMouthEntrance
actionspenisMouthImminent:
name: actionspenisMouthImminent
actionspenisMouthPenetration:
name: actionspenisMouthPenetration
actionspenisPenisEntrance:
name: actionspenisPenisEntrance
actionspenisPenisFencing:
name: actionspenisPenisFencing
actionspenisPenisImminent:
name: actionspenisPenisImminent
actionspenisPussyEntrance:
name: actionspenisPussyEntrance
actionspenisPussyImminent:
name: actionspenisPussyImminent
actionspenisPussyPenetration:
name: actionspenisPussyPenetration
actionspenisride:
name: actionspenisride
actionspenisrub:
name: actionspenisrub
actionspenisstroke:
name: actionspenisstroke
actionspenissuck:
name: actionspenissuck
actionspenistake:
name: actionspenistake
actionspenistip:
name: actionspenistip
actionspenistoanusnew:
name: actionspenistoanusnew
actionspenistopenis:
name: actionspenistopenis
actionspenistopenisfucknew:
name: actionspenistopenisfucknew
actionspenistovaginanew:
name: actionspenistovaginanew
actionspenisvaginafucknew:
name: actionspenisvaginafucknew
actionsplead:
name: actionsplead
actionspossessed:
name: actionspossessed
actionspussyedging:
name: actionspussyedging
actionspussylick:
name: actionspussylick
actionspussyrub:
name: actionspussyrub
actionspussytake:
name: actionspussytake
actionspussytease:
name: actionspussytease
actionspussythrust:
name: actionspussythrust
actionsshaftrub:
name: actionsshaftrub
actionsStroke:
name: actionsStroke
actionsStrokerCooperate:
name: actionsStrokerCooperate
actionsStrokerRest:
name: actionsStrokerRest
actionstentacleadvanus:
name: actionstentacleadvanus
tags: ["unused"]
actionstentacleadvbottom:
name: actionstentacleadvbottom
tags: ["unused"]
actionstentacleadvcheckbox:
description: |-
Prints `<<radiobutton>>` for tentacle actions
`<<actionstentacleadvcheckbox behavior checkboxText receiverVar checkedValue defaultValue>>`
- **behavior**: `string` - decoration and classification of label
- `"def"` | `"sub"` | `"neutral"` | `"brat"`
- **checkboxText**: `string` - displayed label of the checkbox
- **receiverName**: `string` - name of the variable to modify, which must be quoted—e.g., `"$foo"`. See `<<radiobutton>>`
- **checkedValue**: `object` - value set by the radio button when checked. See `<<radiobutton>>`
- **defaultValue**: `object` - displays the radiobutton as checked if this value exactly matches `checkedValue`
parameters:
- '"def"|"sub"|"neutral"|"brat" &+ string &+ string &+ var|bareword |+ var|bareword'
tags: ["text"]
actionstentacleadvchest:
name: actionstentacleadvchest
tags: ["unused"]
actionstentacleadvlefthand:
name: actionstentacleadvlefthand
actionstentacleadvlegs:
name: actionstentacleadvlegs
actionstentacleadvmouth:
name: actionstentacleadvmouth
tags: ["unused"]
actionstentacleadvpenis:
name: actionstentacleadvpenis
actionstentacleadvrighthand:
name: actionstentacleadvrighthand
actionstentacleadvthighs:
name: actionstentacleadvthighs
tags: ["unused"]
actionstentacleadvvagina:
name: actionstentacleadvvagina
tags: ["unused"]
actionstentacles:
name: actionstentacles
actionstentacleslefthand:
name: actionstentacleslefthand
tags: ["unused"]
actionstentacleslegs:
name: actionstentacleslegs
tags: ["unused"]
actionstentaclespenis:
name: actionstentaclespenis
tags: ["unused"]
actionstentaclesrighthand:
name: actionstentaclesrighthand
tags: ["unused"]
actionsthighrub:
name: actionsthighrub
actionstribcooperate:
name: actionstribcooperate
actionstribedge:
name: actionstribedge
actionstribescape:
name: actionstribescape
actionsTribRest:
name: actionsTribRest
actionstribtake:
name: actionstribtake
actionstribtease:
name: actionstribtease
actionsvaginadoubleescape:
name: actionsvaginadoubleescape
actionsvaginaescape:
name: actionsvaginaescape
actionsvaginaMouthEntrance:
name: actionsvaginaMouthEntrance
actionsvaginaMouthImminent:
name: actionsvaginaMouthImminent
actionsvaginaMouthPenetrated:
name: actionsvaginaMouthPenetrated
actionsvaginaPenisDoubleEntrance:
name: actionsvaginaPenisDoubleEntrance
actionsvaginapenisdoublefuck:
name: actionsvaginapenisdoublefuck
actionsvaginaPenisDoubleImminent:
name: actionsvaginaPenisDoubleImminent
actionsvaginaPenisDoublePenetrated:
name: actionsvaginaPenisDoublePenetrated
actionsvaginaPenisEntrance:
name: actionsvaginaPenisEntrance
actionsvaginapenisfucknew:
name: actionsvaginapenisfucknew
actionsvaginaPenisImminent:
name: actionsvaginaPenisImminent
actionsvaginaPenisPenetrated:
name: actionsvaginaPenisPenetrated
actionsvaginatopenisnew:
name: actionsvaginatopenisnew
actionsvaginatovaginafucknew:
name: actionsvaginatovaginafucknew
actionsvaginatovaginanew:
name: actionsvaginatovaginanew
actionsvaginaVagina:
name: actionsvaginaVagina
actionsvaginaVaginaEntrance:
name: actionsvaginaVaginaEntrance
actionsvaginaVaginaImminent:
name: actionsvaginaVaginaImminent
actionsvorentacles:
name: actionsvorentacles
actor:
name: actor
tags: ["unused"]
actorAroused:
name: actorAroused
tags: ["unused"]
add_bodywriting:
name: add_bodywriting
add_link:
name: add_link
add_plot:
name: add_plot
addConsumableCosmetics:
name: addConsumableCosmetics
addevent:
name: addevent
addfemininityfromfactor:
name: addfemininityfromfactor
tags: ["unused"]
addfemininityofclothingarticle:
name: addfemininityofclothingarticle
tags: ["unused"]
addinlineevent:
container: true
name: addinlineevent
addNNPCOutfit:
name: addNNPCOutfit
addVaginalWetness:
name: addVaginalWetness
adjust_school_traits:
name: adjust_school_traits
adultShop-main:
name: adultShop-main
adultShopBackgroundEvent:
name: adultShopBackgroundEvent
adultShopClear:
name: adultShopClear
adultshopclerkevents:
name: adultshopclerkevents
adultshopentryevent:
name: adultshopentryevent
adultShopEvents:
name: adultShopEvents
adultShopPersonEvent:
name: adultShopPersonEvent
adultShopWage:
name: adultShopWage
advancelesson:
name: advancelesson
advancetohour:
description: |-
Advances time until the next whole hour
`<<advancetohour>>`
parameters:
- ""
ahe:
name: ahe
aHe:
name: aHe
ahis:
name: ahis
alarmstate:
name: alarmstate
alcohol:
description: |-
Adds alcohol to pc's system
`$drunk` is a measure of how much alcohol is in the pc's system where 0 is none (0-1,000)
`<<alcohol change>>`
- **change**: `number` - +/- change to apply
parameters:
- "number"
alex_baby_interactions:
name: alex_baby_interactions
alex_cottage_pregnancy_reveal:
name: alex_cottage_pregnancy_reveal
alex_pregnancy_comment:
name: alex_pregnancy_comment
alexclamp:
name: alexclamp
allBottoms:
description: |-
Prints worn over and middle bottom clothing names
tags: ["text"]
allBottomsUnderwear:
description: |-
Prints worn over, middle, and under bottom clothing names
tags: ["text"]
allSettings:
name: allSettings
AllShop:
description: |-
Prints all categories of
name: AllShop
tags: ["form"]
allTops:
description: |-
Prints worn over and middle top clothing names
tags: ["text"]
allTopsUnderwear:
description: |-
Prints worn over, middle, and under top clothing names
tags: ["unused", "text"]
allurecaption:
name: allurecaption
alongsideButtPlug:
name: alongsideButtPlug
ambulance:
name: ambulance
ampm:
description: |-
Prints hours and minutes as formatted time string
1. `<<ampm>>`
- Uses current time as display
2. `<<ampm hour minute?>>`
- **hour**: `number` - hour to calculate
- **minute** _optional_: `number` - minute to calculate
- Defaults to `0`
parameters:
- ""
- "number |+ number"
tags: ["text"]
analdifficulty:
description: |-
Prints color-coded adjective of anal action difficulty in current combat
tags: ["text"]
analdoublestat:
name: analdoublestat
analejacstat:
name: analejacstat
analskill:
name: analskill
analskilluse:
name: analskilluse
analstat:
name: analstat
analtext:
description: |-
Prints color-coded adjective of active anal skill usage
tags: ["text"]
analvirginitywarning:
description: |-
Prints `This action will take your anal virginity.` if anal virginity can still be lost
Takes combat state into account to display starting pipe `| `
tags: ["text"]
andButtPlug:
name: andButtPlug
angel:
description: |-
Prints `| Angel`
tags: ["text"]
angelTransform:
name: angelTransform
animalsemenswallowedstat:
name: animalsemenswallowedstat
animatemodel:
description: |-
Renders, prints, and JS-animates model
[High-Level Model API Overview](%workspaceDir%/game/base-clothing/canvasmodel.twee#L2)
`<<animatemodel className?>>`
- **className** _optional_: `string` - class or space-separated classes of canvas element to be inserted when placed in the DOM
parameters:
- "|+ text"
tags: ["dom"]
anticatcall:
description: |-
Prints random response from player putting down a catcall
tags: ["text"]
anus_lube_amount:
description: |-
Prints the amount of lube around player anus
Relies on `_anus_lube_amount` being set already
See `<<anus_lube_text>>`
tags: ["text", "temp"]
anus_lube_text:
description: |-
Prints qualified description of lube around the anus prior to penetration
Example:
```
<<anus_lube_text>> the example can be performed without a problem.
```
tags: ["text"]
anusactionDifficulty:
name: anusactionDifficulty
anusactionDifficultyTentacle:
name: anusactionDifficultyTentacle
anusActionInit:
name: anusActionInit
anusActionInitStruggle:
name: anusActionInitStruggle
anusActionInitTentacle:
name: anusActionInitTentacle
anusActions:
name: anusActions
anusActionsTentacle:
name: anusActionsTentacle
anusraped:
name: anusraped
anxious_guard:
name: anxious_guard
apologyWraith:
name: apologyWraith
applyFeatsBoost:
name: applyFeatsBoost
applyLube:
name: applyLube
arcade_npc_bet:
name: arcade_npc_bet
arcade_player_bet:
name: arcade_player_bet
arcade_player_lost:
name: arcade_player_lost
arcade_player_win:
name: arcade_player_win
arcadeEndLink:
name: arcadeEndLink
arm_unbind:
name: arm_unbind
arousal:
description: |-
Adds arousal to pc with appropriate modifiers
`$arousal` is pc's arousal state where 0 is not-aroused (0-10,000)
`source` is messy, overdefined, and underused. Consider refactoring
`<<arousal change source?>>`
- **change**: `number` - +/- change to apply
- **source** _optional_: `string` - source of the stimulus
- `"masturbation"` | `"mouth"` | `"oral"` | `"lips"` | `"masturbationMouth"` | `"masturbationOral"` | `"breast"` | `"breasts"` | `"chest"` | `"nipple"` | `"nipples"` | `"masturbationBreasts"` | `"masturbationNipples"` | `"bottom"` | `"anus"` | `"anal"` | `"ass"` | `"butt"` | `"masturbationAnal"` | `"masturbationAss"` | `"genital"` | `"genitals"` | `"penis"` | `"penile"` | `"pussy"` | `"vaginal"` | `"vagina"` | `"masturbationGenital"` | `"masturbationPenis"` | `"masturbationVagina"` | `"maso"` | `"time"`
parameters:
- 'number |+ "masturbation"|"mouth"|"oral"|"lips"|"masturbationMouth"|"masturbationOral"|"breast"|"breasts"|"chest"|"nipple"|"nipples"|"masturbationBreasts"|"masturbationNipples"|"bottom"|"anus"|"anal"|"ass"|"butt"|"masturbationAnal"|"masturbationAss"|"genital"|"genitals"|"penis"|"penile"|"pussy"|"vaginal"|"vagina"|"masturbationGenital"|"masturbationPenis"|"masturbationVagina"|"maso"|"time"'
arousalcaption:
name: arousalcaption
arousalclamp:
name: arousalclamp
arousalError:
description: |-
Stores a up to 50 arousal errors
`$arousalError` is an array of arousal errors
Eligible for deprecation
`<<arousalError firstArg secondArg>>`
- **firstArg**: `any` - something to store
- **secondArg**: `any` - something else to store
tags: ["unused"]
askrough:
name: askrough
assignmenttip:
name: assignmenttip
asylumassessment:
name: asylumassessment
asylumeffects:
name: asylumeffects
asylumend:
name: asylumend
asylumescape:
name: asylumescape
asylumevents:
name: asylumevents
asylumoptions:
name: asylumoptions
asylumpunish:
name: asylumpunish
tags: ["unused"]
asylumpunish2:
name: asylumpunish2
asylumstats:
name: asylumstats
asylumstatus:
description: |-
Adds status to asylum in regards to pc
`$asylumstatus` is status of pc in the asylum where 0 is not liked (0-100)
`<<suspicion change>>`
- **change**: `number` - +/- change to apply
parameters:
- "number"
asylumtreatments:
name: asylumtreatments
athletics:
name: athletics
athleticsdifficulty:
name: athleticsdifficulty
attach_leash:
description: |-
Attaches leash to pc's collar
Can be used to gain infinite collars and keepCursed isn't universal. Consider refactoring
`<<attach_leash pcCanRemove? noRebuy?>>`
- **keepCursed** _optional_: `bool` - collar will not be cursed unless original collar was already (truthy)
- Defaults to `false`
- **noRebuy** _optional_: `bool` - skip rebuying command (truthy)
- Defaults to `false`
parameters:
- "|+ bool |+ bool"
tags: ["refactor"]
attackstat:
name: attackstat
attitudes:
name: attitudes
attitudesControlCheck:
name: attitudesControlCheck
audience:
name: audience
audiencecamera:
name: audiencecamera
audiencecameraswarm:
name: audiencecameraswarm
audiencespeech:
name: audiencespeech
autoTakePillCheck:
name: autoTakePillCheck
averyscore:
name: averyscore
awareness:
description: |-
Adds awareness to pc's state, with appropriate modifiers
`$awareness` is measure of pc's knowledge of lewdity where negative is innocent and 0 is unaware (-200-1,000)
`<<awareness change>>`
- **change**: `number` - +/- change to apply
parameters:
- "number"
awarenessup:
name: awarenessup
babyIs:
description: |-
Prints `<<pregnancyBabyText>>` with the corresponding conjugation of `be`.
`<<babyIs babySource?>>`
- **babySource** _optional_: `string` - source where baby text is pulled from
- `"pc"`: Take description from pc's current pregnancy
- %namedNPCDesc%: Take description from named npc's current pregnancy
- Defaults to `pc`
parameters:
- '|+ %namedNPC% |+ "pc"'
tags: ["text"]
babyRent:
name: babyRent
babyRentDisplay:
name: babyRentDisplay
babyType:
name: babyType
tags: ["unused"]
backComp:
name: backComp
balloonRobinAngryHelp:
name: balloonRobinAngryHelp
tags: ["text"]
balloonRobinAngryPurchase:
name: balloonRobinAngryPurchase
tags: ["text"]
balloonRobinGrateful:
name: balloonRobinGrateful
tags: ["text"]
balloonRobinHelped:
name: balloonRobinHelped
tags: ["text"]
balloonRobinSabotaged:
name: balloonRobinSabotaged
balloonRobinTalk:
name: balloonRobinTalk
tags: ["text"]
ballsize:
description: |-
Prints random adjective describing pc's `$ballssize`
barb:
name: barb
barbeventend:
name: barbeventend
barbexposed:
name: barbexposed
tags: ["unused"]
barbquick:
name: barbquick
barn_img:
description: |-
Displays combat img of player inside barn, including a haybale prop and optionally a milk pump.
tags: ["text"]
baseClothingImg:
name: baseClothingImg
baseClothingStrings:
name: baseClothingStrings
basegloryholespeech:
name: basegloryholespeech
basespeech:
name: basespeech
bastard:
description: |-
Prints `bastard` or `whore` depending on pc's appearance
tags: ["text"]
bathroomLink:
name: bathroomLink
beach_cave_caught:
name: beach_cave_caught
beach_cave_end:
name: beach_cave_end
beach_cave_init:
name: beach_cave_init
beach_cave_pursuit:
name: beach_cave_pursuit
beachday1:
name: beachday1
beachday2:
name: beachday2
beachday3:
name: beachday3
beachday4:
name: beachday4
beachday5:
name: beachday5
beachday6:
name: beachday6
beachex1:
name: beachex1
beachex2:
name: beachex2
beachnight1:
name: beachnight1
beachnight2:
name: beachnight2
beast:
name: beast
beast_claws_text:
description: |-
Prints `talons` or type of claws for active NPC's type
tags: ["unused", "text"]
beast_growling_text:
description: |-
Prints `growling` verbs for active NPC's type
tags: ["text"]
beast_growls_text:
description: |-
Prints `growls` verbs for active NPC's type
tags: ["text"]
beast_jaws_text:
description: |-
Prints `beak` or `jaws` for active NPC's type
tags: ["text"]
beast_Jaws_text:
description: |-
Prints `Beak` or `Jaws` for active NPC's type
tags: ["text"]
beast_teeth_text:
description: |-
Prints `beak` or `teeth` for active NPC's type
tags: ["text"]
beastAttractionSettings:
name: beastAttractionSettings
beastattribute:
name: beastattribute
beastclothing:
name: beastclothing
beastCombatInit:
name: beastCombatInit
beastejaculation:
description: |-
Performs end of combat ejaculation description for all combat beast NPCs
All beast NPCs, including named, should go through here to get pre and post ejac descriptions
`<<beastejaculation ejacType?>>`
- **ejacType** _optional_: `string` - type of ejaculation to perform
- `"short"`: Quick ejac that prevents angry post-sex actions
- `"knot"`: Player is temporarily tied to beast at end of ejac
parameters:
- '|+ "short"|"knot"'
tags: ["text"]
beastescape:
name: beastescape
beastGenders:
name: beastGenders
beastimgdoggy:
name: beastimgdoggy
beastimggenitals:
name: beastimggenitals
beastimggenitalsmissionary:
name: beastimggenitalsmissionary
beastimgidle:
name: beastimgidle
beastimgmissionary:
name: beastimgmissionary
beastlick:
name: beastlick
beastMaleChanceSplitControls:
name: beastMaleChanceSplitControls
beastNEWinit:
name: beastNEWinit
beastNNPCinit:
name: beastNNPCinit
tags: ["unused"]
beastNOGENinit: