Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/sheep_baby_props

Vars

argumentslist of argument to pass to New when creating the mob
ewe_typepath to the ewe mob
gender_balancepercentage of eggs that will become rams. 0 = all ewes 100 = all rams
happiness_valuehappy parents have happy children. Base happiness value for the newly born baby.
ram_typepath to the rooster mob
sheep_idsheep id of our baby, used for determining icon_state's and some comparison for unique sheep
uniquedetermines if more than one of this sheep type can exist

Procs

AfterBirthdo things after the mob is created
BeforeBirthdo things before the mob is created

Var Details

arguments

list of argument to pass to New when creating the mob

ewe_type

path to the ewe mob

gender_balance

percentage of eggs that will become rams. 0 = all ewes 100 = all rams

happiness_value

happy parents have happy children. Base happiness value for the newly born baby.

ram_type

path to the rooster mob

sheep_id

sheep id of our baby, used for determining icon_state's and some comparison for unique sheep

unique

determines if more than one of this sheep type can exist

Proc Details

AfterBirth

do things after the mob is created

BeforeBirth

do things before the mob is created