From 66c82af42aca085f452d0d6802371b8777b14985 Mon Sep 17 00:00:00 2001 From: klaasjared Date: Mon, 7 Jun 2021 01:06:45 -0400 Subject: [PATCH] Dragon Info --- .../living/simple_mob/subtypes/vore/dragon.dm | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/dragon.dm b/code/modules/mob/living/simple_mob/subtypes/vore/dragon.dm index 323e0d9c9bf..c397365f252 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/dragon.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/dragon.dm @@ -62,8 +62,31 @@ vore_pounce_chance = 0 // Beat them into crit before eating. vore_icons = SA_ICON_LIVING +/datum/category_item/catalogue/fauna/phoron_dragon + name = "Virgo 3b Fauna - Phoron Dragon" + desc = "Classification: Phoron Draconinae\ +

\ + A cousin to the dragons of space, Phoron Dragons are a rare and rather unique site to see in the wilds of Virgo 3b. \ + Their terrifying appearance isn't just for looks, the black scales with mutated Phoron deposits in the skin are meant \ + to intimidate and frighten potential prey. They are mainly carnivorus in nature but can survive off of a mixed diet \ + of meats and plant based foods in certain circumstances - usually these circumstances are not ideal for the preadator. \ + It is unknown still how the Phoron Dragon came to be but scientist speculate that common Dragons such as Red Dragons \ + somehow ended up on Virgo 3b and through a period of evolutionary mutation became the modern day Phoron Dragon.\ +
\ + Female dragons will often lay a clutch of eggs similar to that of other reptilian species after she is properly mated. \ + Females will go through a heat cycle once every season and will actively seek a mate in order to copulate. Males during \ + this time of season have been known to be increasingly hostile. Travellers are warned against traversing in the wilds \ + during these seasons because of the increased hostility.\ +
\ + Unlike their more fiery cousins, these dragons do not breathe flame as it would ignite both the surrounding Phoron and \ + the internal Phoron deposits of its body. Scientist still do not know how or when in the evolutionary chain they devolved \ + their signature fire breath but it was likely very early in the chain otherwise the entire species would be extinct." + value = CATALOGUER_REWARD_HARD + /mob/living/simple_mob/vore/aggressive/dragon/virgo3b name = "phoron dragon" + tt_desc = "Phoron Draconinae" + catalogue_data = list(/datum/category_item/catalogue/fauna/phoron_dragon) maxHealth = 300 health = 300 faction = "virgo3b"