Files
Cody Brittain 3f62424312 [MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or
variables tied to this. I removed it to make future modifications
cleaner.

---------

Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
2026-02-01 05:14:26 +00:00

53 lines
4.4 KiB
Plaintext

/datum/religion/thakh
name = RELIGION_THAKH
description = "The most pervasive and common religion amongst Unathi. The basic concept of Th'akh is that all the spirits of past Unathi now reside in the spirit world that exists \
in tandem with the material world. These spirits exist in objects and nature - bringing either good luck or sorrow. The supernatural and afterlife are taken at face value by Th'akh. \
It is a very decentralized religion, with the Akhandi Order of monks being the closet thing it has to a church."
unique_book_path = /obj/item/versebook/thakh
nulloptions = list(
"Shaman Staff" = /obj/item/nullrod/shaman
)
/datum/religion/skakh
name = RELIGION_SKAKH
description = "The second most common religion, which is followed more by Unathi from the Izweski nation and enjoys a status as its unofficial state religion. It still follows \
the ancestor worship of Th'akh, but with a major notable difference. The spirits of all Unathi who die become part of Sk'akh, the Great Spirit. Sk'akh is a gender neutral God, \
being called 'he' or 'she' interchangeably to represent that Ska'kh is a collection of all Unathi, so it becomes a matter of preference. She is often called Three of One, \
because the spirits combine into three minor aspects that are all part of Ska'kh: the Warrior, the Healer, the Fisherman. These three spirits are personifications of the most \
important aspects of Unathi society. It is said that all three are equally important, and that disasters are caused by an imbalance in the Great Three. Priests often stress the \
importance of balance, both in matters of spirit as well as in society and personal life. "
unique_book_path = /obj/item/versebook/skakh
nulloptions = list(
"Shaman Staff" = /obj/item/nullrod/shaman,
"Warrior's Sword" = /obj/item/nullrod/skakh_warrior,
"Healer's Staff" = /obj/item/nullrod/skakh_healer,
"Fisher's Sickle" = /obj/item/nullrod/skakh_fisher
)
/datum/religion/siakh
name = RELIGION_SIAKH
description = "Born from the fires of the Contact War on 2439, Si'akh has rapidly spread across the Wasteland. It is lead by charismatic former Sk'akh priest Juzida Si'akh, who \
claims to be the Messiah for Unathi. It is a radical Sk'akh heresy that claims the Contact War to have been Final Judgement for the Unathi species caused by their innate wickedness. \
He claims that all Unathi that died in the 'cleansing fire' of the atomic weapons were given salvation, and that all Unathi that survived are damned to remain trapped on the Hell of \
Moghes unless the species and Moghes are rapidly purified. The movement has nearly a hundred thousand followers and it has come into immediate conflict with the orthodox Sk'akh \
church due to Si'akh claiming it to be completely illegitimate. Its followers are ruthlessly hunted down by the Maraziite Order and many of its followers are fleeing into human \
space as they try to find personal salvation. It is treated as a Sk'akh heresy or a fanatical doomsday cult by orthodox Unathi. "
unique_book_path = /obj/item/versebook/siakh
nulloptions = list(
"Shaman Staff" = /obj/item/nullrod/shaman
)
/datum/religion/autakh
name = RELIGION_AUTAKH
description = "Coming from radicalized and sidelined views of former warriors, the Aut'akh are a religious commune of cybernetically-augmented Unathi. They live in the relative safety \
of their communes scattered across various towns, planets, and systems, though have yet to truly attain their perfect leaderless society, as their own supposedly-defeated prejudice \
still runs in quiet circles within communes. Meanwhile, society often rebukes and ridicules these fanatical trans-speciests. Their lives are gently guided by the shamans or \"paradigms,\" \
which sometimes act as the biomechanical engineers of these groups. The Aut'akh believe that spirits inhabit all things, much like the Th'akh religion. However, they also believe the flesh's \
weakness hampers the soul, thus evil spirits can manipulate people's minds and souls to commit evil acts. These malicious spirits are given power within a being when the person succumbs to greed, \
anger, or other emotional vices. Aut'akh preach that the Contact War was the result of sinta being so misled by evil spirits that they brought the world to ruin, and all power, whether a government, \
religion, or corporation, is inherently corrupt due to the influence of evil spirits."
unique_book_path = /obj/item/versebook/autakh
nulloptions = list(
"Shaman Staff" = /obj/item/nullrod/shaman
)