mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Minor dionae changes (#10325)
* Adds a refine for the eternal * adds the book sprite * actually adds the eternal's burble sprite * adds a dionae religion file. * adds a include for the dionea religion stuff * adds the allowed religion * changes the dionae blurb to be more up to date * fixes some issues * fixes some more stuff * changelog * alphabetical order * Yonni has small brain and didn't put it in the right order again
This commit is contained in:
@@ -37,13 +37,11 @@
|
||||
remains_type = /obj/effect/decal/cleanable/ash //no bones, so, they just turn into dust
|
||||
gluttonous = GLUT_ITEM_ANYTHING|GLUT_SMALLER
|
||||
stomach_capacity = 10 //Big boys.
|
||||
blurb = "Commonly referred to (erroneously) as 'plant people', the Dionaea are a strange space-dwelling collective \
|
||||
species hailing from Epsilon Ursae Minoris. Each 'diona' is a cluster of numerous cat-sized organisms called nymphs; \
|
||||
there is no effective upper limit to the number that can fuse in gestalt, and reports exist of the Epsilon Ursae \
|
||||
Minoris primary being ringed with a cloud of singing space-station-sized entities.<br/><br/>The Dionaea coexist peacefully with \
|
||||
all known species, especially the Skrell. Their communal mind makes them slow to react, and they have difficulty understanding \
|
||||
even the simplest concepts of other minds. Their alien physiology allows them survive happily off a diet of nothing but light, \
|
||||
water and other radiation."
|
||||
blurb = "A mysterious plant-like race hailing from the depths of space. Dionae (D. Primis) are a rather strange, cryptic species in comparison to the rest found in the \
|
||||
Orion Spur. They have various forms comprised of cat-sized caterpillar-like creatures with a curious, childlike disposition - called Dionae Nymphs. \
|
||||
Almost every aspect of the species is a mystery; their origins, their behaviour, and functions. What is known is that they are capable of great intellectual and biological \
|
||||
feats that are studied across the Spur. Biologically, Dionae are a form of gestalt consciousness, however, it is only evident in forms that amount to two or more Nymphs.\
|
||||
Dionae survive primarily on off of the electromagnetic spectrum and biological matter."
|
||||
|
||||
organ_low_pain_message = "<b>The nymph making up our %PARTNAME% feels injured.</b>"
|
||||
organ_med_pain_message = "<b><font size=3>The nymph making up our %PARTNAME% can barely manage the pain!</font></b>"
|
||||
@@ -119,7 +117,7 @@
|
||||
max_hydration_factor = -1
|
||||
|
||||
allowed_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_JARGON, CITIZENSHIP_SOL, CITIZENSHIP_COALITION, CITIZENSHIP_DOMINIA, CITIZENSHIP_IZWESKI, CITIZENSHIP_NONE)
|
||||
allowed_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_MOROZ, RELIGION_THAKH, RELIGION_SKAKH, RELIGION_NONE, RELIGION_OTHER)
|
||||
allowed_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_MOROZ, RELIGION_THAKH, RELIGION_SKAKH, RELIGION_ETERNAL, RELIGION_NONE, RELIGION_OTHER)
|
||||
|
||||
allowed_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG)
|
||||
default_accent = ACCENT_ROOTSONG
|
||||
@@ -200,4 +198,4 @@
|
||||
qdel(D)
|
||||
|
||||
/datum/species/diona/has_psi_potential()
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user