Skip to content
Lee Thompson edited this page Nov 10, 2023 · 9 revisions

Functions

Arousal

Function Type Scope Mechanic/Item Change Parameters Returns
addArousalTiny Modify PC/NPC Arousal Very small Increase (1) None Void
addArousalSmall Modify PC/NPC Arousal Small increase (2) None Void
addArousalMedium Modify PC/NPC Arousal Moderate increase (4) None Void
addArousalLarge Modify PC/NPC Arousal Large increase (6) None Void
addArousalHuge Modify PC/NPC Arousal Very large increase (10) None Void
isArousalComfort Condition PC/NPC Arousal Is arousal at or above the "comfort" threshold? None Boolean
isArousalEnjoy Condition PC/NPC Arousal Is arousal at or above the "enjoy" threshold? None Boolean
isArousalClose Condition PC/NPC Arousal Is arousal at or above the "close" threshold? None Boolean
isArousalOrgasm Condition PC/NPC Arousal Is arousal at or above the "orgasm" threshold? None Boolean
reduceArousalTiny Modify PC/NPC Arousal Very small decrease (1) None Void
reduceArousalSmall Modify PC/NPC Arousal Small decrease (2) None Void
reduceArousalMedium Modify PC/NPC Arousal Moderate decrease (4) None Void
reduceArousalLarge Modify PC/NPC Arousal Large decrease (6) None Void
reduceArousalHuge Modify PC/NPC Arousal Very large decrease (10) None Void
setArousalDiscomfort Modify PC/NPC Arousal Sets arousal level to lowest "discomfort" level None Void
setArousalComfort Modify PC/NPC Arousal Sets arousal level to the "comfort" threshold None Void
setArousalEnjoy Modify PC/NPC Arousal Sets arousal level to the "enjoy" threshold None Void
setArousalClose Modify PC/NPC Arousal Sets arousal level to the "close" threshold None Void
setArousalOrgasm Modify PC/NPC Arousal Sets arousal level to the "orgasm" threshold None Void

Alcohol

Function Type Scope Mechanic/Item Change Parameters Returns
addAlcoholSmall Modify PC/NPC Alcohol Small increase None Void
addAlcoholMedium Modify PC/NPC Alcohol Moderate increase None Void
addAlcoholLarge Modify PC/NPC Alcohol Significant increase None Void
clearAlcohol Modify PC/NPC Alcohol Sets alcohol level to zero None Void
reduceAlcoholSmall Modify PC/NPC Alcohol Small decrease None Void
reduceAlcoholMedium Modify PC/NPC Alcohol Moderate decrease None Void
reduceAlcoholLarge Modify PC/NPC Alcohol Significant decrease None Void

GameData

Function Type Scope Mechanic/Item Change Parameters Returns
addJobPerformanceModifier Modify GameData Employment Adds a numeric modifier for the next time job performance is calculated. Integer amount Void
addStat Modify GameData Stats Increments the stat by 1 String Void

ENUM

Age

ENUM Scope Type Description Notes
LATE_TEENS PC/NPCs Age 18 or 19 years-old You mustn't use text to imply she's younger.
EARLY_TWENTIES PC/NPCs Age 20 - 24 years-old
TWENTIES PC/NPCs Age Refers to late-twenties. 25-29 years-old
THIRTIES PC/NPCs Age
FORTIES NPCs Age Male Only
FIFTIES NPCs Age Male Only
OLD NPCs Age Any character 60 or older. Male Only

Breasts

ENUM Scope Type Description Notes
SMALL PC/NPCs Breast Size small but perky tits
MEDIUM_SMALL PC/NPCs Breast Size pert tits
MEDIUM_LARGE PC/NPCs Breast Size full breasts
LARGE PC/NPCs Breast Size heavy breasts
Clone this wiki locally