Skip to content
Snippets Groups Projects
player variables documentation - Pregmod.txt 7.66 KiB
Newer Older
  • Learn to ignore specific revisions
  • Pregmodder's avatar
    Pregmodder committed
    Player variables documentation - Pregmod
    
    
    Shares the vast majority of slave variables. Only ones in use are listed here. For more, see /player/js/playerState.js.
    
    
    Pregmodder's avatar
    Pregmodder committed
    **anything labeled accepts string will return any string entered into it**
    
    
    slaveName:
    
    Pregmodder's avatar
    Pregmodder committed
    
    your first name
    accepts string
    
    
    slaveSurname:
    
    Pregmodder's avatar
    Pregmodder committed
    
    your last name
    accepts string
    0 - no surname
    
    title:
    
    (common in events)
    your title's gender
    0 - female
    1 - male
    
    ID:
    
    The player's ID is always -1.
    
    
    Pregmodder's avatar
    Pregmodder committed
    genes:
    
    Player's gender
    "XY"
    "XX"
    
    
    degeneracy:
    
    How strong/are there rumors about you doing unsavory things with your slaves
    0	- 10	- occasional whispers
    11	- 25	- minor rumors
    26	- 50	- rumors
    51	- 75	- bad rumors
    70	- 100	- severe rumors
    101+		- life ruining rumors
    
    refreshment:
    
    your favorite refreshment
    accepts string
    
    refreshmentType:
    
    (uncommon in events)
    The method of consumption of .refreshment
    0 - smoked
    1 - drank
    2 - eaten
    3 - snorted
    4 - injected
    5 - popped
    6 - orally dissolved
    
    career:
    
    Your career before becoming owner
    
    Pregmodder's avatar
    Pregmodder committed
    "trust fund"
    
    "business kid"
    
    Pregmodder's avatar
    Pregmodder committed
    "entrepreneur"
    
    "capitalist"
    
    
    "child soldier"
    "recruit"
    
    "mercenary"
    
    
    "slave tender"
    "slave overseer"
    
    
    "worksite helper"
    "construction"
    
    "engineer"
    
    Pregmodder's avatar
    Pregmodder committed
    "medical assistant"
    
    "medicine"
    
    
    "child star"
    "rising star"
    
    "celebrity"
    
    Pregmodder's avatar
    Pregmodder committed
    "script kiddy"
    "hacker"
    "BlackHat"
    
    
    "child prostitute"
    "prostitute"
    
    Pregmodder's avatar
    Pregmodder committed
    "handmaiden"
    
    
    "street urchin"
    "hoodlum"
    
    "arcology owner"
    
    rumor:
    
    "wealth"
    "diligence"
    "force"
    "social engineering"
    "luck"
    
    actualAge:
    
    (uncommon in events)
    your actualAge
    14+
    
    physicalAge:
    
    your body's age
    14+
    
    visualAge:
    
    (uncommon in events)
    how old you look
    14+
    
    ovaryAge:
    
    How old your ovaries are
    Used to delay menopause temporarily
    
    birthWeek:
    
    your week of birth in a year
    accepts int between 0-51
    
    ageImplant:
    
    have you had age altering surgery, not yet in use
    0 - no
    1 - yes
    
    boobs:
    
    Pregmodder's avatar
    Pregmodder committed
    
    (common in events)
    
    0 - 299   - masculine chest (if title = 1) or flat chested (if title = 0)
    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
    
    boobsImplant:
    
    Size, if any, of breast implants
    0 - none
    1+ - yes
    
    
    Pregmodder's avatar
    Pregmodder committed
    boobsImplantType:
    
    Implant type
    "none"
    "normal"
    "string"
    "fillable"
    "advanced fillable"
    "hyper fillable"
    
    
    lactation:
    
    is player lactating
    
    Pregmodder's avatar
    Pregmodder committed
    0 - no
    1 - yes
    
    
    lactationDuration:
    
    how many more weeks the player will lactate for
    0+
    
    butt:
    
    how big your butt is
    2 - normal
    3 - big
    4 - huge
    5 - enormous
    
    buttImplant:
    
    do you have butt implants
    0 - no
    1+ - size
    
    
    Pregmodder's avatar
    Pregmodder committed
    buttImplantType:
    
    Implant type
    "none"
    "normal"
    "string"
    "fillable"
    "advanced fillable"
    "hyper fillable"
    
    
    Pregmodder's avatar
    Pregmodder committed
    vagina:
    
    (common in events)
    Player has a pussy
    
    -1 - no
    0  - virgin
    1  - tight
    2  - reasonably tight
    3  - loose
    4  - cavernous
    
    newVag:
    
    have you had a loose vagina restored
    
    Pregmodder's avatar
    Pregmodder committed
    0 - no
    1 - yes
    
    
    dick:
    
    (common in events)
    Player has a cock
    0 - no
    4 - big
    
    balls:
    
    how big your balls are (sizes above 0 requires dick == 1)
    0  - none
    3  - normal
    5  - massive
    9  - monstrous
    14 - hypertrophied
    30 - melons
    
    ballsImplant:
    
    how big your balls implants are (requires dick == 1)
    0 - none
    1+ size added
    
    
    Pregmodder's avatar
    Pregmodder committed
    preg:
    
    (uncommon in events)
    
    klorpa's avatar
    klorpa committed
    How far along your pregnancy is (pregMood kicks in at 24+ weeks)
    
    klorpa's avatar
    klorpa committed
    -2		menopausal
    -1		contraceptives
     0		not pregnant
    
    Pregmodder's avatar
    Pregmodder committed
     1 - 42 pregnant
    
    klorpa's avatar
    klorpa committed
     43+	giving birth
    
    klorpa's avatar
    klorpa committed
    
    pregType:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    How many fetuses you are carrying
    
    Pregmodder's avatar
    Pregmodder committed
    1 - 8
    
    
    pregWeek:
    
    klorpa's avatar
    klorpa committed
    How far along your pregnancy is. (used for postpartum)
    
    Pregmodder's avatar
    Pregmodder committed
    pregKnown:
    
    Do you know you are pregnant (currently unused due to lack of menstrual cycle)
    0 - no
    1 - yes
    
    
    klorpa's avatar
    klorpa committed
    fertKnown:
    
    
    Menstrual cycle known variable. To be used for fert cycle discover and things like pregnancy without a first period
    
    0 - no
    1 - yes
    
    fertPeak:
    
    Menstrual cycle control variable.
    
     0 - Danger week
    1+ - safe week
    
    
    Pregmodder's avatar
    Pregmodder committed
    belly:
    
    (uncommon in events)
    
    how big your belly is in CCs
    
    Pregmodder's avatar
    Pregmodder committed
    thresholds
    
    klorpa's avatar
    klorpa committed
    100	- bloated
    1500	- early pregnancy
    5000	- obviously pregnant
    10000	- very pregnant
    15000	- full term
    30000	- full term twins
    45000	- full term triplets
    60000	- full term quads
    75000	- full term quints
    90000	- full term sextuplets
    105000	- full term septuplets
    120000	- full term octuplets
    
    Pregmodder's avatar
    Pregmodder committed
    
    pregSource:
    
    who knocked you up
     0 - unknown
    
    Pregmodder's avatar
    Pregmodder committed
    -1 - self-impreg
    
    klorpa's avatar
    klorpa committed
    -2 - citizen of your arcology
    
    Pregmodder's avatar
    Pregmodder committed
    -3 - former master
    -4 - male arc owner
    
    Pregmodder's avatar
    Pregmodder committed
    -5 - client
    -6 - Societal Elite
    -7 - designer baby
    
    klorpa's avatar
    klorpa committed
    -8 - an animal
    
    Pregmodder's avatar
    Pregmodder committed
    -9 - futanari sister
    
    Pregmodder's avatar
    Pregmodder committed
    
    pregMood:
    
    
    (uncommon in events)($PC.preg >= 28)
    
    Pregmodder's avatar
    Pregmodder committed
    how you act when heavily pregnant
    0 - no change
    
    Pregmodder's avatar
    Pregmodder committed
    1 - submissive and motherly
    2 - aggressive and dominant
    
    Pregmodder's avatar
    Pregmodder committed
    
    labor:
    
    are you giving birth this week
    0 - no
    1 - yes
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	your trading skill
    	accepts int between -100 and 100
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    klorpa's avatar
    klorpa committed
    
    
    	your warfare skill
    	accepts int between -100 and 100
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	your hacking skill
    	accepts int between -100 and 100
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	your slaving skill
    	accepts int between -100 and 100
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	engineering:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	your engineering skill
    	accepts int between -100 and 100
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	your medicine skill
    	accepts int between -100 and 100
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how acclimated you are to taking huge loads
    
    Pregmodder's avatar
    Pregmodder committed
    
    race:
    
    your race
    accepts string
    
    origRace:
    
    your original race
    
    klorpa's avatar
    klorpa committed
    accepts string
    
    Pregmodder's avatar
    Pregmodder committed
    
    skin:
    
    your skin color
    accepts string
    
    origSkin:
    
    your original skin tone
    accepts string
    
    markings:
    
    do you have markings?
    "none"
    "freckles"
    "heavily freckled"
    
    
    eye:
    	right:/left:
    		iris:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    		your eye color
    		accepts string
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    		your pupil shape
    		accepts string
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    klorpa's avatar
    klorpa committed
    
    
    		your sclerae color
    
    Arkerthan's avatar
    Arkerthan committed
    		accepts string
    
    klorpa's avatar
    klorpa committed
    
    
    klorpa's avatar
    klorpa committed
    
    
    	your genetic eye color
    	accepts string
    
    klorpa's avatar
    klorpa committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    hColor:
    
    your hair color
    accepts string
    
    origHColor:
    
    your original hair color
    accepts string
    
    nationality:
    
    your nationality
    accepts string
    
    father:
    
    your father
    
    Accepts ID
    Values between 0 and -20 are reserved.
    
    klorpa's avatar
    klorpa committed
     0 - unknown
    
    Pregmodder's avatar
    Pregmodder committed
    
    mother:
    
    your mother
    
    Accepts ID
    Values between 0 and -20 are reserved.
    
    klorpa's avatar
    klorpa committed
     0 - unknown
    
    Pregmodder's avatar
    Pregmodder committed
    
    sisters:
    
    how many sisters you have
    
    daughters:
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	birthsTotal:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many children you've had
    	accepts int
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	abortions:
    
    	number of abortions you've had
    	accepts int
    
    	miscarriages:
    
    	number of miscarriage you've had
    	accepts int
    
    
    	birthElite:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many children you've carried for the SE
    
    	birthMaster:
    
    	how many children you've carried for your former master (servant start only)
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	birthDegenerate:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many slave babies you've had
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	birthClient:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many whoring babies you've had
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	birthOther:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	untracked births
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	birthArcOwner:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many children you've carried for other arc owners
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	birthCitizen:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many children you've had by sex with citizens (not whoring)
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many times you've giving birth to your own selfcest babies
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many designer babies you've produced
    
    Arkerthan's avatar
    Arkerthan committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many babies you've had with the Futanari Sisters
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	How many units of your cum are stored away for artificially inseminating slaves
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	laborCount:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	Have you experienced labor.
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	slavesFathered:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many slave babies you are the father of
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	slavesKnockedUp:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    	how many slaves you've gotten pregnant
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    intelligence:
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    
    reservedChildren:
    
    how many of your children will be added to the incubator
    
    
    kopareigns's avatar
    kopareigns committed
    reservedChildrenNursery:
    
    how many of your children will be added to the nursery
    
    
    Pregmodder's avatar
    Pregmodder committed
    fertDrugs:
    
    are you on fertility supplements
    0 - no
    1 - yes
    
    forcedFertDrugs:
    
    have you been drugged with fertility drugs
    
    klorpa's avatar
    klorpa committed
    0	- no
    1+	- how many weeks they will remain in your system
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    sexualEnergy:
    
    how much fucking you can do in a week
    accepts int
    
    
    staminaPills:
    
    Are you taking pills to fuck more slaves each week?
    0 - no
    1 - yes
    
    
    pubicHStyle:
    
    Used for compatibility.
    "hairless"
    
    underArmHStyle:
    
    Used for compatibility.
    "hairless"
    
    Arkerthan's avatar
    Arkerthan committed
    
    
    	Your starting expenses. Increases each NG+ until max. Keep in mind that this is in terms of an arcology owner.
    	"spare"
    	"normal"
    	"luxurious"
    
    Arkerthan's avatar
    Arkerthan committed
    
    
    Arkerthan's avatar
    Arkerthan committed
    
    
    	How you are handling your lactation?
    	"none"
    	"induce"
    	"maintain"
    	"sell"