mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 08:47:21 +01:00
24 lines
703 B
Plaintext
24 lines
703 B
Plaintext
/datum/fish_source/ocean
|
|
fish_table = list(
|
|
FISHING_DUD = 2.5,
|
|
/obj/item/fish/clownfish = 15,
|
|
/obj/item/fish/pufferfish = 15,
|
|
/obj/item/fish/cardinal = 15,
|
|
/obj/item/fish/greenchromis = 15,
|
|
/obj/item/fish/pike = 10,
|
|
/obj/item/fish/bass = 10,
|
|
/obj/item/fish/trout = 8,
|
|
/obj/item/fish/perch = 6,
|
|
/obj/item/fish/salmon = 6,
|
|
/obj/item/reagent_containers/food/snacks/shrimp = 5,
|
|
/obj/item/fish/crab = 5,
|
|
/obj/item/fish/lanternfish = 5,
|
|
/obj/random/fishing_junk = 5,
|
|
/obj/item/fish/koi = 3,
|
|
/obj/item/reagent_containers/food/snacks/lobster = 2,
|
|
)
|
|
fishing_difficulty = FISHING_DEFAULT_DIFFICULTY + 5
|
|
|
|
/datum/fish_source/ocean/beach
|
|
catalog_description = "Beach shore water"
|