Merge pull request #14294 from Heroman3003/roaming-wildlife

Replaces RP's carp, drone and jellyfish events with new Roaming Wildlife event
This commit is contained in:
Casey
2023-01-03 16:55:29 -05:00
committed by GitHub
19 changed files with 547 additions and 314 deletions
@@ -11,7 +11,7 @@
icon = 'icons/mob/fish.dmi'
item_state = "fish"
catalogue_data = list(/datum/category_item/catalogue/fauna/invasive_fish)
//catalogue_data = list(/datum/category_item/catalogue/fauna/invasive_fish) //TODO: write non-sif lore
mob_size = MOB_SMALL
// So fish are actually underwater.
@@ -17,7 +17,7 @@
name = "crystal-feather duck"
desc = "A glittering flightless bird."
tt_desc = "S Anatidae vitriae"
catalogue_data = list(/datum/category_item/catalogue/fauna/crystalduck)
//catalogue_data = list(/datum/category_item/catalogue/fauna/crystalduck) TODO: Write non-sif lore
faction = "duck"
@@ -27,7 +27,7 @@
name = "hooligan crab"
desc = "A large, hard-shelled crustacean. This one is mostly grey. \
You probably shouldn't mess with it."
catalogue_data = list(/datum/category_item/catalogue/fauna/hooligan_crab)
//catalogue_data = list(/datum/category_item/catalogue/fauna/hooligan_crab) //TODO: write non-sif lore
icon_state = "sif_crab"
icon_living = "sif_crab"
@@ -47,6 +47,15 @@
icon_dead = "wah_fae_dead"
icon_rest = "wah_fae_rest"
vore_ignores_undigestable = 0 // wah don't care you're edible or not, you still go in
vore_digest_chance = 0 // instead of digesting if you struggle...
vore_absorb_chance = 20 // you get to become adorable purple wahpudge.
vore_bump_chance = 75
maxHealth = 100
health = 100
melee_damage_lower = 10
melee_damage_upper = 20
/mob/living/simple_mob/vore/redpanda/blue
name = "blue wah"
desc = "Blue, but still cute!"