mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
[MIRROR] Winter event mobs (#9698)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
co-authored by
SatinIsle
parent
29032c463a
commit
b7db06936b
@@ -86,3 +86,9 @@
|
||||
**Creator:** VerySoft (https://github.com/TS-Rogue-Star/Rogue-Star/pull/669)<br>
|
||||
**URL:** [Website](https://rogue-star.net/)<br>
|
||||
**License:** Permission granted in writing for use by Virgo and Chomp with proper attribution
|
||||
<br>
|
||||
**File:** icons/mob/vore_grayscale_drake.dmi
|
||||
**Title:** drake<br>
|
||||
**Creator:** grayscaledrake (Discord user)<br>
|
||||
**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
|
||||
**Notes:** Permission to use assets also given in writing, assets were created for use in Virgo and other space station 13 servers.
|
||||
|
||||
@@ -1058,6 +1058,41 @@
|
||||
/datum/say_list/catslug/custom/exploslug
|
||||
speak = list("Fortune and porls, kid. Fortune and porls.", "Lizards, why'd it have to be lizards.", "That thingy is an important artifact. It belongs in a museum!", "Everything lost is meant to be found. By me.", "I swear I've seen that stone before...", "I should have packed more jellyfishes.", "I better get back before nightfall!", "A comfy bed? Hah! I sleep under the stars!")
|
||||
|
||||
//xmas slug
|
||||
|
||||
/mob/living/simple_mob/vore/alienanimals/catslug/custom/santaslug
|
||||
name = "Santa Claws"
|
||||
desc = "A green-furred noodley bodied creature with thin arms and legs, and gloomy dark eyes. This one is adorned with a festive coat, hat, boots and ribbons on it's tail."
|
||||
tt_desc = "Mollusca Felis Solstice"
|
||||
icon_state = "santaslug"
|
||||
icon_living = "santaslug"
|
||||
icon_rest = "santaslug_rest"
|
||||
icon_dead = "santaslug_dead"
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/custom/santaslug)
|
||||
say_list_type = /datum/say_list/catslug/custom/santaslug
|
||||
|
||||
/datum/category_item/catalogue/fauna/catslug/custom/santaslug
|
||||
name = "Alien Wildlife - Catslug - Santa Claws"
|
||||
desc = "Found in a mysterious toyshop in a snowy wonderland, Claws\
|
||||
is a catslug who spends their days building toys and is said to, \
|
||||
once a year, hand them out to well behaved people. Always seen wearing \
|
||||
their red coat and hat, they are always ready to spread \
|
||||
festive cheer throughout the galaxy. \
|
||||
\
|
||||
The Catslug is an omnivorous terrestrial creature.\
|
||||
Exhibiting properties of both a cat and a slug (hence its name)\
|
||||
it moves somewhat awkwardly. However, the unique qualities of\
|
||||
its body make it exceedingly flexible and smooth, allowing it to\
|
||||
wiggle into and move effectively in even extremely tight spaces.\
|
||||
Additionally, it has surprisingly capable hands, and moves quite\
|
||||
well on two legs or four. Caution is advised when interacting\
|
||||
with these creatures, they are quite intelligent, and proficient\
|
||||
tool users."
|
||||
value = CATALOGUER_REWARD_TRIVIAL
|
||||
|
||||
/datum/say_list/catslug/custom/santaslug
|
||||
speak = list("Ho ho ho!", "Meow-ery Solstice, everybody!", "Thanks fur all the furstive cheer!", "I must get all these purresents", "What would be the pawfect gift for you?", "All I want for solstice is... Porls.", "The winter trees are more bark than bite!", "I'm just glad not to be stuck in a blizzard again!")
|
||||
|
||||
|
||||
//=============================
|
||||
//Admin-spawn only catslugs end
|
||||
|
||||
@@ -143,3 +143,27 @@
|
||||
mount_offset_x = -9
|
||||
has_eye_glow = TRUE
|
||||
vore_eyes = TRUE
|
||||
|
||||
// A fluff sprite for an event mob created by grayscaledrake
|
||||
|
||||
/mob/living/simple_mob/vore/aggressive/dragon/gray_scaled
|
||||
name = "gray scaled drake"
|
||||
desc = "This is a big, scaly drake."
|
||||
|
||||
icon_dead = "drake_dead"
|
||||
icon_living = "drake"
|
||||
icon_state = "drake"
|
||||
icon_rest = "drake_rest"
|
||||
icon = 'icons/mob/vore_grayscale_drake.dmi'
|
||||
vis_height = 115
|
||||
|
||||
old_x = -57
|
||||
old_y = 0
|
||||
default_pixel_x = -57
|
||||
pixel_x = -57
|
||||
pixel_y = 0
|
||||
|
||||
vore_active = 1
|
||||
vore_capacity = 1
|
||||
vore_pounce_chance = 0 // Beat them into crit before eating.
|
||||
vore_icons = SA_ICON_LIVING
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 134 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Reference in New Issue
Block a user