Newer
Older
**anything labeled accepts string will return any string entered into it**
slaveName:
Slave's current name
accepts string
birthName:
slave's original name
accepts string
genes:
slave sex
"XX"
"XY"
weekAcquired:
game week slave was acquired
accepts int
origin:
slave's origin
accepts string
career:
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
App.Data.Careers.General.veryYoung
"a babysitter"
"a beggar"
"a bully hunter"
"a bully"
"a camp counselor"
"a cheerleader"
"a child actress"
"a child prodigy"
"a child prostitute"
"a child soldier"
"a club manager"
"a club recruiter"
"a club treasurer"
"a cum dump"
"a dropout"
"a drug mule"
"a farmer's daughter"
"a girl scout"
"a hall monitor"
"a handmaiden"
"a hospital volunteer"
"a housesitter"
"a juvenile delinquent"
"a latchkey kid"
"a lemonade stand operator"
"a marching band leader"
"a meat toilet"
"a military brat"
"a model-UN star"
"a model"
"a noblewoman"
"a pageant star"
"a paper girl"
"a part-time farm laborer"
"a pick-pocket"
"a refugee"
"a school nurse's assistant"
"a shrine maiden"
"a street thug"
"a street urchin"
"a student council president"
"a student from a boarding school"
"a student from a private school"
"a student from a public school"
"a sweatshop worker"
"a teacher's pet"
"an apprentice"
"an aspiring pop star"
"an idol"
"an orphan"
"being homeschooled by her parents"
"captain of the kendo club"
"from a lower class family"
"from a middle class family"
"from an upper class family"
"homeless"
App.Data.Careers.General.young
"a babysitter"
"a ballerina"
"a barista"
"a bartender"
"a beggar"
"a blogger"
"a butler"
"a camgirl"
"a camp counselor"
"a camwhore"
"a cashier"
"a cheerleader"
"a cocktail waitress"
"a comedian"
"a con artist"
"a cook"
"a courier"
"a cowgirl"
"a criminal"
"a croupier"
"a cum dump"
"a dairy worker"
"a dancer"
"a delivery woman"
"a dominatrix"
"a drug mule"
"a factory worker"
"a farm laborer"
"a farmer's daughter"
"a florist"
"a gang member"
"a gardener"
"a groomer"
"a gymnast"
"a handmaiden"
"a house DJ"
"a housesitter"
"a housewife"
"a law enforcement officer"
"a lifeguard"
"a magician's assistant"
"a maid"
"a mail-order bride"
"a masseuse"
"a meat toilet"
"a mechanic"
"a medical student"
"a mistress"
"a model"
"a musician"
"a noblewoman"
"a nun"
"a nurse"
"a paramedic"
"a party girl"
"a personal assistant"
"a personal trainer"
"a pirate"
"a political activist"
"a porn star"
"a prisoner"
"a programmer"
"a prostitute"
"a racing driver"
"a reality show star"
"a receptionist"
"a refugee"
"a ride attendant"
"a saleswoman"
"a school nurse"
"a secretary"
"a security guard"
"a service worker"
"a shrine maiden"
"a shut-in"
"a soldier"
"a street performer"
"a street vendor"
"a stripper"
"a student"
"a switchboard operator"
"a teaching assistant"
"a tour guide"
"a trophy wife"
"a truck driver"
"a video game streamer"
"a waitress"
"a wet nurse"
"a yoga instructor"
"an actress"
"an air hostess"
"an apprentice"
"an arcade attendant"
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
"an artist"
"an aspiring pop star"
"an assassin"
"an athlete"
"an au pair"
"an escort"
"an exotic dancer"
"an idol"
"an installation technician"
"an intern"
"an office worker"
"homeless"
"in a militia"
"unemployed"
App.Data.Careers.General.educated
"a ballerina"
"a banker"
"a bureaucrat"
"a business owner"
"a businessman"
"a captain"
"a chemist"
"a chief of police"
"a classical dancer"
"a classical musician"
"a coach"
"a college scout"
"a concierge"
"a coroner"
"a corporate executive"
"a cosmetologist"
"a counselor"
"a criminal"
"a critic"
"a cult leader"
"a dean"
"a dentist"
"a director"
"a dispatch officer"
"a doctor"
"a historian"
"a housekeeper"
"a journalist"
"a judge"
"a lawyer"
"a librarian"
"a lobbyist"
"a madam"
"a manager"
"a mechanic"
"a mediator"
"a medical student"
"a mercenary"
"a military officer"
"a military recruiter"
"a nanny"
"a noblewoman"
"a nun"
"a painter"
"a paramedic"
"a personal assistant"
"a pharmacist"
"a photographer"
"a physician"
"a pilot"
"a poet"
"a police detective"
"a police negotiator"
"a police officer"
"a political activist"
"a politician"
"a practitioner"
"a principal"
"a prison warden"
"a private detective"
"a private instructor"
"a procuress"
"a producer"
"a professional bartender"
"a professor"
"a programmer"
"a prostitute"
"a psychologist"
"a refugee"
"a scholar"
"a scientist"
"a sculptor"
"a secretary"
"a serial divorcee"
"a shut-in"
"a stockbroker"
"a surgeon"
"a teacher"
"a teaching assistant"
"a therapist"
"a train conductor"
"a transporter"
"a veterinarian"
"a wedding planner"
"a writer"
"a zookeeper"
"an actress"
"an air hostess"
"an animator"
"an archaeologist"
"an architect"
"an artist"
"an assassin"
"an astronaut"
"an economist"
"an editor"
"an engineer"
"an escort"
"an estate agent"
"an investor"
"an MS pilot"
"an office worker"
"an orchestra conductor"
"retired"
"unemployed"
App.Data.Careers.General.uneducated
"a baker"
"a barber"
"a barista"
"a bartender"
"a beekeeper"
"a beggar"
"a blacksmith"
"a blogger"
"a bodyguard"
"a bouncer"
"a bounty hunter"
"a boxer"
"a brewer"
"a bullfighter"
"a bus driver"
"a butcher"
"a butler"
"a camgirl"
"a camp counselor"
"a camwhore"
"a candlestick maker"
"a caregiver"
"a carpenter"
"a cashier"
"a charity worker"
"a chauffeur"
"a cheerleader"
"a chiropractor"
"a clown"
"a cobbler"
"a cocktail waitress"
"a comedian"
"a con artist"
"a construction worker"
"a cook"
"a cowgirl"
"a criminal"
"a croupier"
"a cum dump"
"a dairy worker"
"a dancer"
"a delivery woman"
"a dominatrix"
"a driller"
"a drug mule"
"a factory worker"
"a farm laborer"
"a farmer's daughter"
"a farmer"
"a firefighter"
"a fisherwoman"
"a florist"
"a fortune teller"
"a gang leader"
"a gang member"
"a gardener"
"a gravedigger"
"a groomer"
"a gymnast"
"a handmaiden"
"a hotel manager"
"a house DJ"
"a housewife"
"a hunter"
"a janitor"
"a landlady"
"a launderer"
"a law enforcement officer"
"a lifeguard"
"a local news anchor"
"a lumberjack"
"a magician's assistant"
"a maid"
"a mail carrier"
"a mail-order bride"
"a masseuse"
"a meat toilet"
"a medic"
"a medium"
"a messenger"
"a midwife"
"a milkmaid"
"a mime"
"a miner"
"a missionary"
"a mistress"
"a model"
"a mortician"
"a musician"
"a nanny"
"a nurse"
"a paramedic"
"a park ranger"
"a party girl"
"a peddler"
"a personal trainer"
"a pimp"
"a pirate"
"a plumber"
"a political activist"
"a prison guard"
"a prisoner"
"a procuress"
"a prostitute"
"a racing driver"
"a radio show host"
"a rancher"
"a receptionist"
"a referee"
"a refugee"
"a repairman"
"a revolutionary"
"a ride attendant"
"a roadie"
"a rodeo star"
"a sailor"
"a saleswoman"
"a school nurse"
"a seamstress"
"a secretary"
"a security guard"
"a service worker"
"a shepherd"
"a shrine maiden"
"a soldier"
"a stage magician"
"a street performer"
"a street vendor"
"a stripper"
"a student"
"a student athlete"
"a stuntwoman"
"a switchboard operator"
"a tailor"
"a talent scout"
"a taxi driver"
"a teacher"
"a tour guide"
"a trophy wife"
"a truck driver"
"a waitress"
"a weathergirl"
"a welder"
"a wet nurse"
"a whaler"
"a wrestler"
"a zookeeper"
"an acrobat"
"an actress"
"an arcade attendant"
"an artist"
"an aspiring pop star"
"an athlete"
"an electrician"
"an enforcer"
"an escort"
"an exotic dancer"
"an exterminator"
"an innkeeper"
"an installation technician"
"an office worker"
"an orderly"
"homeless"
"in a militia"
"retired"
"unemployed"
App.Data.Careers.General.grateful
"an orphan"
"from a lower class family"
"a part-time farm laborer"
"a pilot"
"a student"
"a switchboard operator"
"a tailor"
"a taxi driver"
"a tour guide"
"a train conductor"
"a truck driver"
"a welder"
"a whaler"
"an apprentice"
"an arcade attendant"
"an electrician"
"an engineer"
"an exterminator"
"an installation technician"
"an intern"
"a camwhore"
"a cheerleader"
"a child actress"
"a clown"
"a cocktail waitress"
"a comedian"
"a gymnast"
"a journalist"
"a local news anchor"
"a magician's assistant"
"a medium"
"a mime"
"a painter"
"a party girl"
"a photographer"
"a poet"
"a racing driver"
"a sculptor"
"a stage magician"
"a wrestler"
"a writer"
"an acrobat"
"an actress"
"an animator"
"an artist"
"an athlete"
"a Futanari Sister"
"a juvenile delinquent"
"a pirate"
"a porn star"
"a prostitute"
"a reality show star"
"a saleswoman"
"a serial divorcee"
"a stripper"
"a trophy wife"
"an escort"
"a captain"
"a corporate executive"
"a director"
"a dominatrix"
"a gang leader"
"a judge"
"a military officer"
"a model-UN star"
"a camp counselor"
"a club manager"
"a hotel manager"
"a landlady"
"a madam"
"a classical dancer"
"a classical musician"
"a revolutionary"
"a sniper"
"a soldier"
"a transporter"
"an assassin"
"an MS pilot"
"captain of the kendo club"
"in a militia"
"spec ops"
"a bounty hunter"
"a bully"
"a chief of police"
"a gang member"
"a hall monitor"
"a mercenary"
"a police detective"
"a police officer"
"a midwife"
"a mortician"
"a nurse"
"a paramedic"
"a pharmacist"
"a physician"
"a school nurse's assistant"
"a school nurse"
"a surgeon"
"a dispatch officer"
"a fortune teller"
"a groomer"
"a latchkey kid"
"a masseuse"
"a mediator"
"a personal trainer"
"a police negotiator"
"a babysitter"
"a nanny"
"a practitioner"
"a wet nurse"
"an au pair"
"a club treasurer"
"a concierge"
"a critic"
"a housekeeper"
"a housesitter"
"a lemonade stand operator"
"a personal assistant"
"a professional bartender"
"a secretary"
"a child prodigy"
"a coach"
"a dean"
"a historian"
"a librarian"
"a principal"
"a private instructor"
"a scientist"
"a teacher's pet"
"a teacher"
"a teaching assistant"
"an archaeologist"
"an astronaut"
"an economist"
"a club recruiter"
"a college scout"
"a con artist"
"a cult leader"
"a girl scout"
"a hunter"
"a lobbyist"
"a military recruiter"
"a missionary"
"a political activist"
"a princess"
"a spy"
"a talent scout"
"retired"
App.Data.Careers.Leader.servant
"a butler"
"a cook"
"a handmaiden"
"a housewife"
"a maid"
"a shrine maiden"
ID:
slave's ID
accepts int
prestige:
slave's prestige
0 - no prestige
1 - Prestigious
2 - Very prestigious
> 2 - Extremely prestigious
rules:
None RA rules related to a slave. Has the following properties:
rules.lactation :
"none"
"induce"
"maintain"
rules.living:
"spare"
"normal"
"luxurious"
rules.rest:
"none" - slave may be worked into exhaustion
"restrictive" - slave is allowed to rest when fatigued
"permissive" - slave is allowed to rest when tired
"mandatory" - day of rest each week to recover
rules.mobility
"restrictive" - slave is forced to crawl should she grow too large to walk
"permissive" - slave is allowed to use carts and such to carry her weight should she grow too large to walk
rules.relationship:
"restrictive"
"just friends"
"permissive"
rules.release:
Release rules control who a slave is allowed to routinely fuck "off-camera." 0 forbids sexual contact in that category, 1 allows it.
Narrower categories generally override broader ones, but a slave who is forbidden sexual contact with close family will avoid developing a friendship with a family member into a romantic partnership.
masturbation: 0/1
partner: 0/1
family: 0/1
slaves: 0/1
master: 0/1
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
rules.speech :
"restrictive"
"permissive"
"accent elimination"
"language lessons"
rules.punishment :
"confinement"
"whipping"
"chastity"
"situational"
rules.reward:
"relaxation"
"drugs"
"orgasm"
"situational"
porn:
porn performance of the slave. Has the following properties:
porn.feed:
is the studio outputting porn of her?
0 - no
1 - yes
how famous her porn is?
accepts int
how much money is being spent on promoting her porn
accepts int
how famous she is in porn
0 - not
1 - some
2 - recognized
3 - world renowned
description to go with above pornPrestige
accepts string
"orgasm denial"
"cum addiction"
"anal addiction"
"exhibition"
"breast expansion"
"abuse"
"sexual torture"
"self hating"
"breeder"
"submissive"
"cum"
"buttslut"
"humiliating"
"breast"
"dominant"
"sadistic"
"masochistic"
"pregnancy fetish"
"fuckdoll"
"rape"
"preggo"
"BBW"
"underage"
"weight gain"
"big dick"
"generic"
"deepthroat"
"unwilling"
"hardcore anal"
"softcore"
"romantic"
"really perverted"
"voyeur"
"unspeakable"
"huge insertion"
what aspect of her the upgraded studio is focusing on for porn
"none"
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
"neglectful"
"cum addict"
"anal addict"
"attention whore"
"breast growth"
"abusive"
"malicious"
"self hating"
"breeder"
"submissive"
"cumslut"
"buttslut"
"humiliation"
"boobs"
"dom"
"sadist"
"masochist"
"pregnancy"
"fuckdoll"
"rape"
"preggo"
"BBW"
"loli"
"gainer"
"stud"
"porn"
"gagfuck queen"
"strugglefuck queen"
"painal queen"
"tease"
"romantic"
"perverted"
"caring"
"unflinching"
"size queen"
porn.fame.muscle:
muscle porn fame
accepts int
porn.fame.incest:
incest porn fame
accepts int
porn.fame.deepThroat:
porn.fame.struggleFuck:
porn.fame.unflinching:
porn.fame.neglectful:
porn.fame.analAddict:
porn.fame.attentionWhore:
porn.fame.breastGrowth:
porn.fame.selfHating:
porn.fame.humiliation:
prestigeDesc:
reason for prestige
accepts string
"$He is notorious as a former abolitionist turned devoted slave."
"$He is remembered for winning best in show as a cockmilker."
"$He is remembered for winning best in show as a dairy cow."
"$He is remembered for winning best in show as a breeder."
"$He is a famed Free Cities slut, and can please anyone."
"$He is a famed Free Cities whore, and commands top prices."
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
relationship:
slave's relationship
-3 - married to you
-2 - emotionally bound to you
-1 - emotional slut
0 - none
1 - friends with relationshipTarget
2 - best friends with relationshipTarget
3 - friends with benefits with relationshipTarget
4 - lover with relationshipTarget
5 - relationshipTarget's slave wife
relationshipTarget:
target of relationship
accepts ID
rivalry:
slave's rivalry
0 - none
1 - dislikes rivalryTarget
2 - rival of rivalryTarget
3 - bitterly hates rivalryTarget
rivalryTarget:
target of rival
accepts ID
subTarget:
slave will serve subTarget
accepts ID
choosesOwnAssignment:
can slave choose own assignment
0 - no
1 - yes
assignment:
slave's assignment
Unassigned to facility:
"rest"
"be a servant"
"get milked"
"serve the public"
"please you"
"whore"
"take classes"
"stay confined"
"work a glory hole"
"be a subordinate slave"
"serve in the club"
"serve in the master suite"
"work in the brothel"
"learn in the schoolroom"
"be confined in the cellblock"
"be confined in the arcade"
"get treatment in the clinic"
"be your Concubine"
"be the Madam"
"be the Schoolteacher"
"be the Wardeness"
"be the Nurse"
"be your Head Girl"
"guard you"
"recruit girls"
accepts int
training:
how far along slave is with being trained (skills, flaws, quirks)
toyHole:
which hole to focus on when serving you
"all her holes"
"mouth"
"boobs"
"pussy"
"ass"
indenture:
How long her servitude will be.
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
0+ - number of weeks remaining
indentureRestrictions:
2 - complete protection
1 - some protection
0 - no protection
birthWeek:
week she was born
int between 0-51
actualAge:
How old she really is.
Accepts int
starting retirement age is 45
physicalAge:
How old her body is.
Accepts int
visualAge:
How old her body looks.
Accepts int
ageAdjust:
progress towards modifying visualAge
Accepts int
-40 - add 1 to visualAge
+40 - subtract 1 from visualAge
ovaryAge:
How old her ovaries are. (used to trick menopause)
Accepts int
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
slave's general fitness. Ranges from -100 to 100+
health.shortDamage:
slave's accumulated temporary health damage. Healed simply by time, curatives and job with no/light duties. Reduces condition and if large enough also increases longDamage.
health.longDamage:
slave's accumulated permanent health damage
health.illness:
slave's illness state
0 - Not ill
1 - A little under the weather, not really ill but still a minor penalty which most likely clears up the following week
2 - Slightly ill, small penalty and can be treated at the clinic
3 - ill, medium penalty and can be treated at the clinic
4 - very ill, large penalty and can be treated at the clinic
5 - terribly ill, crippling penalty and can be treated at the clinic
health.tired:
slave's level of exhaustion
0 - 30 - No effect
31 - 60 - Tired, increase in devotion or trust, depending on circumstances
61 - 90 - Fatigued, penalty to productivity and health and increase in devotion/fear
91 - 100 - Exhausted, major penalty to productivity, health and devotion/trust unless handled
health.health:
slave's overall health taking into account condition minus damages
-90 - -51 - Extremely unhealthy
-50 - -21 - Unhealthy
-20 - 20 - Healthy
21 - 50 - Very healthy
50 - 90 - Extremely healthy
minorInjury:
slave has a minor injury
accepts string
"black eye"
"bruise"
"split lip"
trust:
slave's trust
-95 - -51 - terrified
-50 - -21 - frightened
-20 - 20 - fearful
21 - 50 - careful
51 - 95 - trusting
oldTrust:
used to calculate trust loss/gain
set to trust to start
devotion:
slave's devotion
-95 - -51 - hateful
-50 - -21 - reluctant
-20 - 20 - careful
21 - 50 - accepting
51 - 95 - devoted
used to calculate devotion loss/gain
set to devotion to start
weight:
slave's weight
190 - 161 - super obese
160 - 131 - obese
130 - 96 - fat
95 - 31 - overweight
30 - 11 - curvy
muscles:
slave's muscles
-30 - -6 - weak
-95 - -31 - very weak
height:
accepts int
slave's height in cm
150-159 - short
160-169 - average
170-185 - tall
heightImplant:
slave has height implant
-1 - -10 cm
0 - none
1 - +10 cm
nationality:
slave's nationality
accepts string
"slave"
"Afghan"
"Albanian"
"Algerian"
"Argentinian"
"Armenian"
"Australian"
"Austrian"
"Belarusian"
"Belgian"
"British"
"Bruneian"
"Cambodian"
"Cameroonian"
"Canadian"
"Egyptian"
"Emirati"
"Filipina"
"Finnish"
"Ghanan"
"Greek"
"Greenlandic"
"Icelandic"
"Indian"
"Indonesian"
"Iraqi"
"Irish"
"Israeli"
"Jamaican"
"Japanese"
"Jordanian"
"Kazakh"
"Kosovan"
"Kurdish"
"Kuwaiti"
"Kyrgyz"
"Laotian"
"Latvian"
"Montenegrin"
"Moroccan"
"Mosotho"
"Motswana"
"Mozambican"
"Namibian"
"Nauruan"
"Norwegian"
"Omani"
"Pakistani"
"Palauan"
"Palestinian"
"Panamanian"
"Papua New Guinean"
"Paraguayan"
"Portuguese"
"Puerto Rican"
"Ugandan"
"Ukrainian"
"Uruguayan"
"Uzbek"
"Venezuelan"
"Vietnamese"
race:
slave's race
accepts string
"white"
"asian"
"latina"
"black"
"pacific islander"
"southern european"
"amerindian"
"semitic"
"middle eastern"
"indo-aryan"
"mixed race"
"catgirl" - catmod exclusive
pubicHColor:
pubic hair color
accepts string
skin:
skin color
accepts string
"black and white striped" -- catmod exclusive
"yellow" -- catmod exclusive
"red" -- catmod exclusive
origSkin:
Slave's original skin color.
accepts string
markings:
slave markings
accepts string
eye:
Object, for easy read/write access see "devNotes/eye functions.md"
left/right interchangeable in the following:
eye.left.vision:
0: blind
1: nearsighted
2: normal
eye.left.type:
1: normal
2: glass
3: cybernetic
"blue"
"black"
"brown"
"green"
"turquoise"
"sky-blue"
"hazel"
"pale-grey"
"white"
"pink"
"amber"
"red"
"catlike"
"serpent-like"
"devilish"
"demonic"
"hypnotic"
"heart-shaped"
"wide-eyed"
"almond-shaped"
"bright"
"teary"
"vacant"
"white"
"blue"
"black"
"brown"
"green"
"turquoise"
"sky-blue"
"hazel"
"pale-grey"
"pink"
"amber"
"red"
"yellow"
"orange"
"none"
"glasses"
"blurring glasses"
"corrective glasses"
"blurring contacts"
"corrective contacts"
hears:
slave hearing
-2 - deaf
-1 - hard of hearing
0 - normal
accepts string
"none"
"hearing aids"
"muffling ear plugs"
"deafening ear plugs"
earImplant:
is there an inner ear implant device
0 - no
1 - yes
earShape:
the shape of their outer ears
"none"
"damaged"
"normal"
"pointy"
"elven"
"ushi"
earT:
type of kemonomimi ears if any
"neko"
"inu"
"kit"
"tanuki"
earTColor:
kemonomimi ear color
accepts hColor strings
smells:
sense of smell
-1 - no
0 - yes
tastes:
sense of taste
-1 - no
0 - yes
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
horn:
horn type if any
"none"
"curved succubus horns"
"backswept horns"
"cow horns"
"one long oni horn"
"two long oni horns"
"small horns"
hornColor:
horn color
accepts string
PTail:
Does she have a tail interface installed
0: no
1: yes
tail:
type of tail installed
"none"
"mod"
"combat"
"sex"
tailShape:
the current shape of their modular tail
"none"
"neko"
"inu"
"kit"
"kitsune"
"tanuki"
"ushi"
tailColor:
tail color
accepts hColor strings
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
origHColor:
slave's original hair color, defaults to their initial hair color.
hColor:
hair color
accepts string
"blonde"
"golden"
"platinum blonde"
"strawberry-blonde"
"copper"
"ginger"
"red"
"green"
"blue"
"pink"
"dark brown"
"brown"
"auburn"
"burgundy"
"chocolate brown"
"chestnut"
"hazel"
"black"
"grey"
"silver"
"white"
hLength:
hair length
hStyle:
hair style
accepts string
"buzzcut"
"trimmed"
"afro"
"cornrows"
"bun"
"neat"
"strip"
"tails"
"up"
"ponytail"
"braided"
"dreadlocks"
"permed"
pubicHStyle:
pubic hair style
accepts string
"hairless"
"waxed"
"in a strip"
"neat"
"bushy"
"bushy in the front and neat in the rear"
"bald"
waist:
slave waist
95 - 41 - ugly
40 - 11 - unattractive
10 - -10 - average
-11 - -40 - feminine
-40 - -95 - hourglass
corsetPiercing:
series of rings up the back that can be tied together
0 - no
1 - yes
individual limb state
0 - missing limb
1 - natural
2 - simple prosthetic
3 - advanced - Sex
4 - advanced - Beauty
5 - advanced - Combat
6 - cybernetic
What level of prosthetic interface she has installed
0 - no interface
heels:
are heels clipped
0 - no
1 - yes
voice:
slave voice
0 - mute
1 - deep
2 - feminine
3 - high, girly
voiceImplant:
has voice implant
0 - no
1 - yes, high
-1 - yes, low
electrolarynx:
has cybernetic voicebox
0 - no
1 - yes
accent:
slave accent
0 - none
1 - cute accent
2 - accent
3 - bad accent
4 - no language skills
shoulders:
shoulder width
-2 - very narrow
-1 - narrow
0 - feminine
1 - broad
2 - very broad
shouldersImplant:
has shoulder implant
-1 - shoulders -1
0 - none
1 - shoulders +1
boobs:
slave boob size
300-399 - A-cup
400-499 - B-cup
500-649 - C-cup
650-799 - D-cup
800-999 - DD-cup
1000-1199 - F-cup
1200-1399 - G-cup
1400-1599 - H-cup
1600-1799 - I-cup
1800-2049 - J-cup
2050-2299 - K-cup
2300-2599 - L-cup
2600-2899 - M-cup
2900-3249 - N-cup
3250-3599 - O-cup
3600-3949 - P-cup
3950-4299 - Q-cup
4300-4699 - R-cup
4700-5099 - S-cup
Loading
Loading full blame...