mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Merge pull request #8310 from Verkister/wideboyz
A bunch of mob sprite tweaks plus a few new ones.
This commit is contained in:
@@ -54,6 +54,11 @@
|
||||
vore_capacity = 1
|
||||
vore_pounce_chance = 20
|
||||
vore_icons = SA_ICON_LIVING | SA_ICON_REST
|
||||
vore_stomach_name = "Grut"
|
||||
vore_stomach_flavor = "You have ended up in the otie's primary stomach. The end of the line for the solidness of the most of its food. It is very hot and humid here, and it doesn't help that the little air left is saturated with pungent fumes of digesting food. The slimy folds of this powerful belly knead and squeeze firmly against your form, the globs and strands of the dark, almost tar-like internal slop within feel rather thick compared to the usual. The muscular walls seem awfully eager to cling and rub against you, while oozing numbingly thick and dense juices against your body."
|
||||
vore_default_contamination_flavor = "Acrid"
|
||||
vore_default_contamination_color = "black"
|
||||
vore_default_item_mode = IM_DIGEST
|
||||
|
||||
/mob/living/simple_mob/otie/feral //gets the pet2tame feature. starts out hostile tho so get gamblin'
|
||||
name = "mutated feral otie"
|
||||
@@ -223,7 +228,7 @@
|
||||
if(ishuman(prey))
|
||||
vore_selected.digest_mode = DM_HOLD
|
||||
if(check_threat(prey) >= 4)
|
||||
global_announcer.autosay("[src] has detained suspect <b>[target_name(prey)]</b> in <b>[get_area(src)]</b>.", "SmartCollar oversight", "Security")
|
||||
global_announcer.autosay("[src] is detaining suspect <b>[target_name(prey)]</b> in <b>[get_area(src)]</b>.", "SmartCollar oversight", "Security")
|
||||
if(istype(prey,/mob/living/simple_mob/animal/passive/mouse))
|
||||
vore_selected.digest_mode = DM_DIGEST
|
||||
. = ..()
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
harm_intent_damage = 10
|
||||
melee_damage_lower = 10
|
||||
melee_damage_upper = 20
|
||||
maxHealth = 200
|
||||
maxHealth = 300
|
||||
|
||||
minbodytemp = 0
|
||||
|
||||
@@ -103,3 +103,59 @@
|
||||
|
||||
/mob/living/simple_mob/animal/wolf/direwolf/MouseDrop_T(mob/living/M, mob/living/user)
|
||||
return
|
||||
|
||||
/mob/living/simple_mob/animal/wolf/direwolf/dog
|
||||
name = "large dog"
|
||||
desc = "The biggest and goodest dog around."
|
||||
tt_desc = "Canis maxdirus familiaris"
|
||||
|
||||
icon_dead = "diredog-dead"
|
||||
icon_living = "diredog"
|
||||
icon_state = "diredog"
|
||||
icon_rest = "diredog_rest"
|
||||
|
||||
/mob/living/simple_mob/animal/wolf/direwolf/rykka
|
||||
name = "Rykka"
|
||||
desc = "This big canine looks like a GSD. It has a collar tagged, 'Bitch'"
|
||||
tt_desc = "Canidae"
|
||||
|
||||
icon_dead = "rykka-dead"
|
||||
icon_living = "rykka"
|
||||
icon_state = "rykka"
|
||||
icon_rest = "rykka_rest"
|
||||
faction = "underdark"
|
||||
has_eye_glow = TRUE
|
||||
|
||||
min_oxy = 0
|
||||
max_oxy = 0
|
||||
min_tox = 0
|
||||
max_tox = 0
|
||||
min_co2 = 0
|
||||
max_co2 = 0
|
||||
min_n2 = 0
|
||||
max_n2 = 0
|
||||
minbodytemp = 0
|
||||
maxbodytemp = 700
|
||||
|
||||
vore_bump_chance = 100
|
||||
vore_bump_emote = "clamps down on with iron jaws"
|
||||
vore_default_contamination_color = "purple"
|
||||
vore_default_contamination_flavor = "Acrid"
|
||||
vore_digest_chance = 85
|
||||
vore_escape_chance = 5
|
||||
vore_pounce_chance = 100
|
||||
vore_pounce_maxhealth = 100
|
||||
vore_stomach_name = "Gut"
|
||||
vore_stomach_flavor = "A black-and-purple veined gut, pulsing warmly around you. Loud gurgles sound around you as the gut squishes inwards and attempts to crush you - Rykka seems intent on digesting you, like the meat you are."
|
||||
|
||||
/mob/living/simple_mob/animal/wolf/direwolf/andrews
|
||||
name = "andrewsarchus"
|
||||
desc = "That's one massive mean-looking piece of long extinct megafauna."
|
||||
tt_desc = "Andrewsarchus mongoliensis"
|
||||
|
||||
icon_dead = "andrews-dead"
|
||||
icon_living = "andrews"
|
||||
icon_state = "andrews"
|
||||
icon_rest = "andrews_rest"
|
||||
|
||||
mount_offset_y = 17
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 422 KiB |
@@ -7,24 +7,9 @@
|
||||
/area/mine/explored/underdark)
|
||||
"c" = (
|
||||
/obj/structure/dogbed,
|
||||
/mob/living/simple_mob/animal/wolf/phoron{
|
||||
/mob/living/simple_mob/animal/wolf/direwolf/rykka{
|
||||
attacktext = list("attacked, bites, gnaws");
|
||||
color = "#6D5843";
|
||||
desc = "This canine looks like a GSD. It has a collar tagged, 'Bitch'";
|
||||
friendly = list("nuzzles, cuddles, rubs against");
|
||||
name = "Rykka";
|
||||
size_multiplier = 1.25;
|
||||
tt_desc = "Canidae";
|
||||
vore_bump_chance = 100;
|
||||
vore_bump_emote = "clamps down on with iron jaws";
|
||||
vore_default_contamination_color = "purple";
|
||||
vore_default_contamination_flavor = "Acrid";
|
||||
vore_digest_chance = 85;
|
||||
vore_escape_chance = 5;
|
||||
vore_pounce_chance = 100;
|
||||
vore_pounce_maxhealth = 100;
|
||||
vore_stomach_flavor = "A black-and-purple veined gut, pulsing warmly around you. Loud gurgles sound around you as the gut squishes inwards and attempts to crush you - Rykka seems intent on digesting you, like the meat you are.";
|
||||
vore_stomach_name = "Gut"
|
||||
friendly = list("nuzzles, cuddles, rubs against")
|
||||
},
|
||||
/turf/simulated/mineral/floor/ignore_cavegen/virgo3b,
|
||||
/area/mine/explored/underdark)
|
||||
|
||||
Reference in New Issue
Block a user