Add catfish species and update fish artwork
This commit is contained in:
parent
969ed8f10f
commit
51ce214a25
25 changed files with 576 additions and 16 deletions
|
|
@ -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] = []
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue