mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Makes placeholder entries for lore writing
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
\
|
||||
However, after their discovery by the angels of Sanctum, many alraunes succumbed to their curiosity, and took the offer\
|
||||
to learn of the world and venture out, whether it's to Sanctum, or elsewhere in the galaxy."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/alraune)
|
||||
|
||||
has_limbs = list(
|
||||
BP_TORSO = list("path" = /obj/item/organ/external/chest),
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
blurb = "This is a custom species where you can assign various species traits to them as you wish, to \
|
||||
create a (hopefully) balanced species. You will see the options to customize them on the VORE tab once \
|
||||
you select and set this species as your species. Please look at the VORE tab if you select this species."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/custom_species)
|
||||
|
||||
name_language = null // Use the first-name last-name generator rather than a language scrambler
|
||||
min_age = 18
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
blurb = "Some amalgamation of different species from across the universe,with extremely unstable DNA, making them unfit for regular cloners. \
|
||||
Widely known for their voracious nature and violent tendencies when stressed or left unfed for long periods of time. \
|
||||
Most, if not all chimeras possess the ability to undergo some type of regeneration process, at the cost of energy."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/xenochimera)
|
||||
|
||||
hazard_low_pressure = -1 //Prevents them from dying normally in space. Special code handled below.
|
||||
cold_level_1 = -1 // All cold debuffs are handled below in handle_environment_special
|
||||
@@ -341,6 +342,7 @@
|
||||
from their mandible lined mouths. They are a recent discovery by Nanotrasen, only being discovered roughly seven years ago. \
|
||||
Before they were found they built great cities out of their silk, being united and subjugated in warring factions under great Star Queens \
|
||||
Who forced the working class to build huge, towering cities to attempt to reach the stars, which they worship as gems of great spiritual and magical significance."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/vasilissan)
|
||||
|
||||
hazard_low_pressure = 20 //Prevents them from dying normally in space. Special code handled below.
|
||||
cold_level_1 = -1 // All cold debuffs are handled below in handle_environment_special
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
racial tensions which has resulted in more than a number of wars and outright attempts at genocide. Sergals have an incredibly long \
|
||||
lifespan, but due to their lust for violence, only a handful have ever survived beyond the age of 80, such as the infamous and \
|
||||
legendary General Rain Silves who is claimed to have lived to 5000."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/sergal)
|
||||
|
||||
primitive_form = "Saru"
|
||||
|
||||
@@ -87,6 +88,7 @@
|
||||
allies over the next few hundred years. With the help of Skrellean technology, the Akula had their genome modified to be capable of \
|
||||
surviving in open air for long periods of time. However, Akula even today still require a high humidity environment to avoid drying out \
|
||||
after a few days, which would make life on an arid world like Virgo-Prime nearly impossible if it were not for Skrellean technology to aid them."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/akula)
|
||||
|
||||
primitive_form = "Sobaka"
|
||||
|
||||
@@ -127,6 +129,7 @@
|
||||
intelligence and very skillful hands that are put use for constructing precision instruments, but tire-out fast when repeatedly working \
|
||||
over and over again. Consequently, they struggle to make copies of same things. Both genders have a voice that echoes a lot. Their natural \
|
||||
tone oscillates between tenor and soprano. They are excessively noisy when they quarrel in their native language."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/nevrean)
|
||||
|
||||
primitive_form = "Sparra"
|
||||
|
||||
@@ -165,6 +168,8 @@
|
||||
mountainous areas, they have a differing societal structure than the Flatland Zorren having a more feudal social structure, like the Flatland Zorren, \
|
||||
the Highland Zorren have also only recently been hired by the Trans-Stellar Corporations, but thanks to the different social structure they seem to \
|
||||
have adjusted better to their new lives. Though similar fox-like beings have been seen they are different than the Zorren."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/zorren,
|
||||
/datum/category_item/catalogue/fauna/highzorren)
|
||||
|
||||
//primitive_form = "" //We don't have fox-monkey sprites.
|
||||
|
||||
@@ -205,6 +210,8 @@
|
||||
mountainous areas, they have a differing societal structure than the Flatland Zorren having a more feudal social structure, like the Flatland Zorren, \
|
||||
the Highland Zorren have also only recently been hired by the Trans-Stellar Corporations, but thanks to the different social structure they \
|
||||
seem to have adjusted better to their new lives. Though similar fox-like beings have been seen they are different than the Zorren."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/zorren,
|
||||
/datum/category_item/catalogue/fauna/flatzorren)
|
||||
|
||||
//primitive_form = "" //We don't have fennec-monkey sprites.
|
||||
spawn_flags = SPECIES_CAN_JOIN
|
||||
@@ -247,6 +254,7 @@
|
||||
culture both feared and respected for their scientific breakthroughs. Discovery, loyalty, and utilitarianism dominates their lifestyles \
|
||||
to the degree it can cause conflict with more rigorous and strict authorities. They speak a guttural language known as 'Canilunzt' \
|
||||
which has a heavy emphasis on utilizing tail positioning and ear twitches to communicate intent."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/vulpkanin)
|
||||
|
||||
primitive_form = "Wolpin"
|
||||
|
||||
@@ -279,6 +287,7 @@
|
||||
although there are some exceptions, such as when they are harmed. Most xenomorph hybrids are female, due to their natural xenomorph genes, \
|
||||
but there are multiple exceptions. All xenomorph hybrids have had their ability to lay eggs containing facehuggers \
|
||||
removed if they had the ability to, although hybrids that previously contained this ability is extremely rare."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/xenohybrid)
|
||||
|
||||
//primitive_form = "" //None for these guys
|
||||
|
||||
@@ -399,6 +408,7 @@ datum/species/harpy
|
||||
Sol researchers have commented on them having a very close resemblance to the mythical race called 'Harpies',\
|
||||
who are known for having massive winged arms and talons as feet. They've been clocked at speeds of over 35 miler per hour chasing the planet's many fish-like fauna.\
|
||||
The Rapalan's home-world 'Verita' is a strangely habitable gas giant, while no physical earth exists, there are fertile floating islands orbiting around the planet from past asteroid activity."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/rapala)
|
||||
|
||||
//primitive_form = "Saru"
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "Fluffy"
|
||||
desc = "It's a pink Diyaab! It seems to be very tame and quiet."
|
||||
tt_desc = "S Choeros hirtus"
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/diyaab)
|
||||
|
||||
icon_state = "fluffy"
|
||||
icon_living = "fluffy"
|
||||
|
||||
@@ -10,10 +10,16 @@ kills them.
|
||||
TODO: Make them light up and heat the air when exposed to oxygen.
|
||||
*/
|
||||
|
||||
/datum/category_item/catalogue/fauna/gaslamp //TODO: VIRGO_LORE_WRITING_WIP
|
||||
name = "Virgo 3b Fauna - Gaslamp"
|
||||
desc = ""
|
||||
value = CATALOGUER_REWARD_TRIVIAL
|
||||
|
||||
/mob/living/simple_mob/animal/passive/gaslamp
|
||||
name = "gaslamp"
|
||||
desc = "Some sort of floaty alien with a warm glow. This creature is endemic to Virgo-3B."
|
||||
tt_desc = "Semaeostomeae virginus"
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/gaslamp)
|
||||
|
||||
icon_state = "gaslamp"
|
||||
icon_living = "gaslamp"
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
/datum/category_item/catalogue/technology/drone/corrupt_hound //TODO: VIRGO_LORE_WRITING_WIP
|
||||
name = "Drone - Corrupt Hound"
|
||||
desc = ""
|
||||
value = CATALOGUER_REWARD_MEDIUM
|
||||
|
||||
/mob/living/simple_mob/vore/aggressive/corrupthound
|
||||
name = "corrupt hound"
|
||||
desc = "Good boy machine broke. This is definitely no good news for the organic lifeforms in vicinity."
|
||||
catalogue_data = list(/datum/category_item/catalogue/technology/drone/corrupt_hound)
|
||||
|
||||
icon_state = "badboi"
|
||||
icon_living = "badboi"
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
/datum/category_item/catalogue/fauna/shadekin //TODO: VIRGO_LORE_WRITING_WIP
|
||||
name = "Sapients - Shadekin"
|
||||
desc = ""
|
||||
value = CATALOGUER_REWARD_EASY
|
||||
|
||||
/mob/living/simple_mob/shadekin //Spawning the prototype spawns a random one, see initialize()
|
||||
name = "shadekin"
|
||||
desc = "Some sort of fluffer. Big ears, long tail."
|
||||
catalogue_data = list(/datum/category_item/catalogue/fauna/shadekin)
|
||||
icon = 'icons/mob/vore_shadekin.dmi'
|
||||
icon_state = "map_example"
|
||||
icon_living = "map_example"
|
||||
|
||||
Reference in New Issue
Block a user