code/__DEFINES/fishing.dm

| FISHING_DUD | Use in fish tables to denote miss chance. |
|---|---|
| FAV_BAIT_DIFFICULTY_MOD | Difficulty modifier when bait is fish's favorite |
| DISLIKED_BAIT_DIFFICULTY_MOD | Difficulty modifier when bait is fish's disliked |
| FISHING_HOOK_SHINY | Fishing hook trait that signifies that it's shiny. Useful for fishes that care about shiner hooks more. |
| FISHING_HOOK_WEIGHTED | Fishing hook trait that's used to make the bait more weighted, for the fishing minigame itself. |
| FISHING_DEFAULT_HOOK_BONUS_ADDITIVE | The default additive value for fishing hook catch weight modifiers. |
| FISHING_DEFAULT_HOOK_BONUS_MULTIPLICATIVE | The default multiplicative value for fishing hook catch weight modifiers. |
Define Details
DISLIKED_BAIT_DIFFICULTY_MOD
Difficulty modifier when bait is fish's disliked
FAV_BAIT_DIFFICULTY_MOD
Difficulty modifier when bait is fish's favorite
FISHING_DEFAULT_HOOK_BONUS_ADDITIVE
The default additive value for fishing hook catch weight modifiers.
FISHING_DEFAULT_HOOK_BONUS_MULTIPLICATIVE
The default multiplicative value for fishing hook catch weight modifiers.
FISHING_DUD
Use in fish tables to denote miss chance.
FISHING_HOOK_SHINY
Fishing hook trait that signifies that it's shiny. Useful for fishes that care about shiner hooks more.
FISHING_HOOK_WEIGHTED
Fishing hook trait that's used to make the bait more weighted, for the fishing minigame itself.