Add catfish species and update fish artwork

This commit is contained in:
Alexander Sellite 2026-07-30 23:46:53 -04:00
parent 969ed8f10f
commit 51ce214a25
25 changed files with 576 additions and 16 deletions

View file

@ -16,10 +16,19 @@ const CATALOG_ORDER: Array[StringName] = [
&"bass",
&"carp",
&"sunfish",
&"catfish_blue",
&"catfish_channel",
&"catfish_flathead",
&"catfish_white",
]
# These maps remain explicit until fish resources gain authored habitat fields.
const FRESH_WATER_IDS: Array[StringName] = []
const FRESH_WATER_IDS: Array[StringName] = [
&"catfish_blue",
&"catfish_channel",
&"catfish_flathead",
&"catfish_white",
]
const SALT_WATER_IDS: Array[StringName] = []