mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +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:
@@ -48,6 +48,8 @@
|
||||
#define RELIGION_PREIMMINENNCE "Preimminennce"
|
||||
#define RELIGION_PILOTDREAM "Pilot Dream"
|
||||
|
||||
#define RELIGION_ETERNAL "The Eternal"
|
||||
|
||||
//accent defines
|
||||
|
||||
#define ACCENT_CETI "Biesellite"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
/datum/religion/eternal
|
||||
name = RELIGION_ETERNAL
|
||||
description = "Followers of The Eternal believe that a primordial entity exists in Light, Energy and Essence - which the Dionae are the embodiment of. \
|
||||
They believe that the Dionae were made to ensure that all things born from the stars return to stars, eventually. Before they may return the Dionae must devour as much knowledge \
|
||||
and biomass as they can, growing exponentially until they reach the mythical Titan form, becoming a star once more. Transcended into a star, the Dionae will emit light and energy \
|
||||
until they die, at which point their essence will spread across the void to birth new Dionae. It is in this way that the eternal cycle is achieved. Scholars of the Eternal link \
|
||||
this to the very real potential outcome of Titan form Dionae which theoretically could grow to such mass as to collapse into a star, thus giving off light and energy before \
|
||||
eventually going supernova and expelling matter or essence across the cosmos."
|
||||
book_name = "book of the eternal"
|
||||
book_sprite = "eternal"
|
||||
@@ -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