Skip to content

Commit

Permalink
Weird fish update (#2563)
Browse files Browse the repository at this point in the history
* 7fishupdate

* Update freshwater_fish.dm

---------

Co-authored-by: Kirie Saito <[email protected]>
  • Loading branch information
neofatale and Kitsunemitsu authored Nov 19, 2024
1 parent cd17cd2 commit b1a853c
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
44 changes: 44 additions & 0 deletions ModularTegustation/fishing/code/fish/LC13_fish/freshwater_fish.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,47 @@
/datum/reagent/abnormality/heartysyrup = 4,
/datum/reagent/consumable/nutriment/vile_fluid = 6,
)

/obj/item/food/fish/fresh_water/unidentifiedfishobject
name = "Unidentified Fish Object"
desc = "What the Fuck."
icon_state = "unidentified-fish-object"
random_case_rarity = FISH_RARITY_VERY_RARE
fillet_type = /obj/item/food/freshfish/rotten
sprite_width = 8
sprite_height = 8
average_size = 40
average_weight = 5000

/obj/item/food/fish/fresh_water/ufo
name = "Ufo"
desc = "The object hums at a low frequency, seemingly defying all laws of physics."
icon_state = "ufo"
random_case_rarity = FISH_RARITY_VERY_RARE
fillet_type = /obj/item/food/freshfish/slime
sprite_width = 8
sprite_height = 8
average_size = 40
average_weight = 7000

/obj/item/food/fish/fresh_water/walkin_man
name = "Walkin Man"
desc = "I'm walkin' here!"
icon_state = "walkin_man"
random_case_rarity = FISH_RARITY_VERY_RARE
fillet_type = /obj/item/food/freshfish/white
sprite_width = 8
sprite_height = 8
average_size = 50
average_weight = 5600

/obj/item/food/fish/fresh_water/boxin_man
name = "Boxin Man"
desc = "I'm boxin' here!"
icon_state = "walkin_man"
random_case_rarity = FISH_RARITY_VERY_RARE
fillet_type = /obj/item/food/freshfish/white
sprite_width = 8
sprite_height = 8
average_size = 50
average_weight = 5600
36 changes: 36 additions & 0 deletions ModularTegustation/fishing/code/fish/LC13_fish/saltwater_fish.dm
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,39 @@
/datum/reagent/toxin/mindbreaker = 5,
/datum/reagent/toxin/pallidwaste = 15,//this is defined in toxin_reagents.dm
)

/obj/item/food/fish/salt_water/fishmael
name = "Fishmael"
desc = "If you please, call me Fishmael."
icon_state = "fishmael"
show_in_catalog = FALSE
random_case_rarity = FISH_RARITY_RARE
fillet_type = /obj/item/food/freshfish/white
sprite_width = 8
sprite_height = 8
average_size = 30
average_weight = 500

/obj/item/food/fish/salt_water/seabunny
name = "Sea Bunny"
desc = "This creature resembles a small white bunny. They are incredibly toxic however."
icon_state = "seabunny"
show_in_catalog = FALSE
random_case_rarity = FISH_RARITY_RARE
fillet_type = /obj/item/food/freshfish/fugu
sprite_width = 8
sprite_height = 8
average_size = 30
average_weight = 300

/obj/item/food/fish/salt_water/searabbit
name = "Sea Rabbit"
desc = "This creature resembles a small R-Corp Rabbit. They aren't incredibly toxic...however."
icon_state = "searabbit"
show_in_catalog = FALSE
random_case_rarity = FISH_RARITY_RARE
fillet_type = /obj/item/food/freshfish/slime
sprite_width = 8
sprite_height = 8
average_size = 30
average_weight = 300
Binary file modified ModularTegustation/fishing/icons/fish_sprites.dmi
Binary file not shown.

0 comments on commit b1a853c

Please sign in to comment.