/tg/ Station 13 - Modules - TypesVar Details - Proc Details

aphrodisiac

Vars

arousal_adjust_amountThe amount to adjust the mob's arousal by
balls_big_sizeThe size at which the testicles are considered 'big'
balls_enormous_size_thresholdMake the balls enormous only when the penis reaches a certain size
balls_increase_chance% chance for testicle growth to occur
balls_max_sizeLargest size the chem can make a mob's balls
balls_min_sizeSmallest size the chem can make a mob's balls
belly_max_sizeLargest size the chem can make a mob's belly
belly_minimum_sizeSmallest size the chem can make a mob's belly
belly_size_increase_stepHow much the belly is increased in size each time it's run
belly_size_reduction_stepHow much to reduce the size of the belly each time it's run
breast_minimum_sizeSmallest size the chem can make a mob's breasts
breast_size_increase_stepHow much breasts are increased in size each time it's run
breast_size_reduction_stepHow much to reduce the size of the breasts each time it's run
butt_max_sizeLargest size the chem can make a mob's butt
butt_minimum_sizeSmallest size the chem can make a mob's butt
butt_size_increase_stepHow much the butt is increased in size each time it's run
butt_size_reduction_stepHow much to reduce the size of the butt each time it's run
damage_chance% chance for damage to be applied when the organ is too large and the mob is clothed
enlargement_amountCounts up to a threshold before triggering enlargement effects
enlargement_thresholdCount to reach before effects
enlarger_increase_stepHow much to increase the count by each process
life_pref_datumWhat preference you need enabled for effects on life
overdose_pref_datumWhat preference you need enabled for effects on overdose
pain_adjust_amountThe amount to adjust the mob's pain by
penis_girth_increase_stepHow much the penis is increased in girth each time it's run
penis_girth_reduction_stepHow much to reduce the girth of the penis each time it's run
penis_length_increase_stepHow much the penis is increased in size each time it's run
penis_max_girthLargest girth the chem can make a mob's penis
penis_max_lengthLargest length the chem can make a mob's penis
penis_min_lengthSmallest size the chem can make a mob's penis
penis_minimum_girthSmallest girth the chem can make a mob's penis
penis_size_reduction_stepHow much to reduce the size of the penis each time it's run
pleasure_adjust_amountThe amount to adjust the mob's pleasure by
testicles_size_increase_stepHow much the testicles are increased in size each time it's run
testicles_size_reduction_stepHow much to reduce the size of the balls each time it's run

Procs

change_genderHandle changing of gender
create_bellyHandle belly creation
create_breastsHandle creation of breasts
create_buttHandle butt creation
create_genitals---- New genitalia creation ----
create_penisHandle creation of penis
create_testiclesHandle creation of testicles
create_vaginaHandle creation of vagina
create_wombHandle creation of womb
grow_ballsHandle testicle growth
grow_bellyHandle belly growth
grow_breastsHandle breast growth
grow_buttHandle butt growth
grow_penis---- Genital Growth ----
growth_to_chatHelper function used to display the messages that appear in chat while the growth is occurring
life_effectsRuns on life after preference checks. Use this instead of on_mob_life
overdose_effectsRuns on OD process after preference checks. Use this instead of overdose_process
remove_genitals---- Genital Removal ----
shrink_bellyHandle belly shrinkage
shrink_buttHandle butt shrinkage
shrink_genitalsHandle shrinkage of genitals
shrink_penisHandle penis shrinkage
shrink_testiclesHandle testicle shrinkage
update_appearanceCalled after growth/shrinkage to update mob sprites

Var Details

arousal_adjust_amount

The amount to adjust the mob's arousal by

balls_big_size

The size at which the testicles are considered 'big'

balls_enormous_size_threshold

Make the balls enormous only when the penis reaches a certain size

balls_increase_chance

% chance for testicle growth to occur

balls_max_size

Largest size the chem can make a mob's balls

balls_min_size

Smallest size the chem can make a mob's balls

belly_max_size

Largest size the chem can make a mob's belly

belly_minimum_size

Smallest size the chem can make a mob's belly

belly_size_increase_step

How much the belly is increased in size each time it's run

belly_size_reduction_step

How much to reduce the size of the belly each time it's run

breast_minimum_size

Smallest size the chem can make a mob's breasts

breast_size_increase_step

How much breasts are increased in size each time it's run

breast_size_reduction_step

How much to reduce the size of the breasts each time it's run

butt_max_size

Largest size the chem can make a mob's butt

butt_minimum_size

Smallest size the chem can make a mob's butt

butt_size_increase_step

How much the butt is increased in size each time it's run

butt_size_reduction_step

How much to reduce the size of the butt each time it's run

damage_chance

% chance for damage to be applied when the organ is too large and the mob is clothed

enlargement_amount

Counts up to a threshold before triggering enlargement effects

enlargement_threshold

Count to reach before effects

enlarger_increase_step

How much to increase the count by each process

life_pref_datum

What preference you need enabled for effects on life

overdose_pref_datum

What preference you need enabled for effects on overdose

pain_adjust_amount

The amount to adjust the mob's pain by

penis_girth_increase_step

How much the penis is increased in girth each time it's run

penis_girth_reduction_step

How much to reduce the girth of the penis each time it's run

penis_length_increase_step

How much the penis is increased in size each time it's run

penis_max_girth

Largest girth the chem can make a mob's penis

penis_max_length

Largest length the chem can make a mob's penis

penis_min_length

Smallest size the chem can make a mob's penis

penis_minimum_girth

Smallest girth the chem can make a mob's penis

penis_size_reduction_step

How much to reduce the size of the penis each time it's run

pleasure_adjust_amount

The amount to adjust the mob's pleasure by

testicles_size_increase_step

How much the testicles are increased in size each time it's run

testicles_size_reduction_step

How much to reduce the size of the balls each time it's run

Proc Details

change_gender

Handle changing of gender

exposed_mob - the mob being affected by the reagent new_gender - the gender to change to gender_fluid - whether the user has consumed both succubus milk and incubus draft simultaneously

create_belly

Handle belly creation

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_belly - the mob's belly

create_breasts

Handle creation of breasts

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_breasts - the mob's breasts

create_butt

Handle butt creation

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_butt - the mob's butt

create_genitals

---- New genitalia creation ----

Handle creation of new genitals

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat genitals_to_create - a list of the genitals to create

create_penis

Handle creation of penis

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_penis the mob's penis

create_testicles

Handle creation of testicles

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_testicles - the mob's testicles

create_vagina

Handle creation of vagina

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_vagina - the mob's vagina

create_womb

Handle creation of womb

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_womb - the mob's womb

grow_balls

Handle testicle growth

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_testicles - the testicles to cause to grow

grow_belly

Handle belly growth

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_belly - the belly to cause to grow

grow_breasts

Handle breast growth

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_breasts the breasts to cause to grow

grow_butt

Handle butt growth

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_butt - the butt to cause to grow

grow_penis

---- Genital Growth ----

Handle penis growth

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_penis the penis to cause to grow

growth_to_chat

Helper function used to display the messages that appear in chat while the growth is occurring

exposed_mob - the mob being affected by the reagent genital - the genital that is causing the messages suppress_chat - whether or not to display a message in chat

life_effects

Runs on life after preference checks. Use this instead of on_mob_life

overdose_effects

Runs on OD process after preference checks. Use this instead of overdose_process

remove_genitals

---- Genital Removal ----

Handle removal of old genitals

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat genitals_to_remove - the list of genitals to be removed message - the message to send to chat

shrink_belly

Handle belly shrinkage

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_belly - the belly to shrink message - the message to send to chat

shrink_butt

Handle butt shrinkage

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_butt - the butt to shrink message - the message to send to chat

shrink_genitals

Handle shrinkage of genitals

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat genitals_to_shrink - the genitals to shrink

shrink_penis

Handle penis shrinkage

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_penis the penis to shrink

shrink_testicles

Handle testicle shrinkage

exposed_mob - the mob being affected by the reagent suppress_chat - whether or not to display a message in chat mob_penis, mob_testicles - the mob's penis and testicles message - the message to send to chat

update_appearance

Called after growth/shrinkage to update mob sprites