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

fish_trait

Vars

added_difficultyDepending on the value, fish with trait will be reported as more or less difficult in the catalog.
catalog_descriptionDescription of the trait in the fishing catalog and scanner
diff_traits_inheritabilitySame as above, but for when only one has it.
guaranteed_inheritance_typesfishes of types within this list are granted to have this trait, no matter the probability
incompatible_traitsA list of traits fish cannot have in conjunction with this trait.
inheritabilityThe probability this trait can be inherited by offsprings when both mates have it

Procs

apply_to_fishApplies some special qualities to the fish that has been spawned
catch_weight_modCatch weight table modifier from this mod, needs to return a list with two values
difficulty_modDifficulty modifier from this mod, needs to return a list with two values
eat_fishProc used by both the predator and necrophage traits.
minigame_modReturns special minigame rules and effects applied by this trait

Var Details

added_difficulty

Depending on the value, fish with trait will be reported as more or less difficult in the catalog.

catalog_description

Description of the trait in the fishing catalog and scanner

diff_traits_inheritability

Same as above, but for when only one has it.

guaranteed_inheritance_types

fishes of types within this list are granted to have this trait, no matter the probability

incompatible_traits

A list of traits fish cannot have in conjunction with this trait.

inheritability

The probability this trait can be inherited by offsprings when both mates have it

Proc Details

apply_to_fish

Applies some special qualities to the fish that has been spawned

catch_weight_mod

Catch weight table modifier from this mod, needs to return a list with two values

difficulty_mod

Difficulty modifier from this mod, needs to return a list with two values

eat_fish

Proc used by both the predator and necrophage traits.

minigame_mod

Returns special minigame rules and effects applied by this trait