fish_trait
Vars | |
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 |
Procs | |
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 |
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