Adds the Mimic

This commit is contained in:
klaasjared
2021-04-27 20:31:47 -04:00
parent 2d5fb48c38
commit b957d4c1e0
2 changed files with 16 additions and 4 deletions
@@ -1,13 +1,25 @@
/datum/category_item/catalogue/fauna/mimic //TODO: VIRGO_LORE_WRITING_WIP
/datum/category_item/catalogue/fauna/mimic
name = "Aberration - Mimic"
desc = "A being that seems to take the form of a crate, for whatever reason. \
It seems to lie in wait for it's prey, and then pounce once the unsuspecting person attempts to open it. \
For whatever reason, they seem native to underground areas, and they're very tough, and hard to kill, able to pounce fast."
desc = "Classification: Mimus vorare\
<br><br>\
Mimics are morph creatures that share properties with the likes of Prometheans. They could assume any shape, \
provided that they retained the same volume. In order to most effectively lure prey, they most commonly \
take the shape of chests and other objects likely to be touched by someone - though the latter is rarer \
than the former. \
<br>\
Mimics prefer consuming large prey such as humans or humanoid species, however, for means of survival they \
might resort to eating smaller prey. A meal of one or two humanoids could sustain a mimic for several \
months at a time - the main reason that they prey on humanoids to begin with. They reproduced asexually \
by splitting their mass, the young growing to adulthood within a few years time.\
<br>\
Mimics had no concerns beyond surviving and acquiring food."
value = CATALOGUER_REWARD_HARD
/obj/structure/closet/crate/mimic
name = "old crate"
desc = "A rectangular steel crate. This one looks particularly unstable."
tt_desc = "Mimus vorare"
var/mimic_chance = 30
var/mimic_active = TRUE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB