Unathi Religious Items & Nullrod Tweaks (#18572)

* sk'akh robes and shaman staff

* nullrod religion restrictions

* ye

* prevents atheists waving a tajaran charm around

* the purity of the blessed machine

* changelog

* Update code/game/objects/items/weapons/chaplain_items.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>

* Update code/game/objects/items/weapons/chaplain_items.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>

* Update code/modules/clothing/under/xenos/unathi.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>

* nullrods on religion datum & icon fix

* underscore

---------

Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
RustingWithYou
2024-03-11 09:31:04 +00:00
committed by GitHub
co-authored by SleepyGemmy
parent 5b17c8433b
commit ac435b98e2
19 changed files with 219 additions and 42 deletions
@@ -49,6 +49,7 @@
Tribunal priests agree that all three are equally important, and that malign spirits can be attracted by an imbalance in the Great Three. Priests often stress the importance \
of balance, both in matters of spirit, in society, and in personal life."
book_name = "tribunal codex"
nulloptions = list("Tribunal Rod" = /obj/item/nullrod/dominia)
/datum/religion/trinary
name = RELIGION_TRINARY
@@ -3,6 +3,7 @@
var/description
var/book_name = "bible"
var/book_sprite = "holybook"
var/list/nulloptions //religion-specific nullrod options
/datum/religion/proc/get_records_name()
return name
@@ -5,6 +5,9 @@
eventually transforming into what it is today. The religion holds onto very traditional values, promoting collectivism, sharing, helping those in need."
book_name = "holy scrolls"
book_sprite = "holylight"
nulloptions = list(
"Tajaran charm" = /obj/item/nullrod/charm
)
/datum/religion/matake
name = RELIGION_MATAKE
@@ -14,6 +17,14 @@
understanding and kindness. He is upheld to be the ultimate Tajara- powerful, wise, and magnanimous. Followers of Mata'ke himself endeavor to emulate his grandeur, while others \
attempt to emulate the other gods."
book_name = "ma'ta'ke legends"
nulloptions = list(
"Tajaran charm" = /obj/item/nullrod/charm,
"Mata'ke Sword" = /obj/item/nullrod/matake,
"Rredouane Sword" = /obj/item/nullrod/rredouane,
"Shumaila Hammer" = /obj/item/nullrod/shumaila,
"Zhukamir Ladle" = /obj/item/nullrod/zhukamir,
"Azubarre Torch" = /obj/item/nullrod/azubarre
)
/datum/religion/raskara
name = RELIGION_RASKARA
@@ -21,6 +32,9 @@
members have been recorded. While Raskara may seem like a single deity it is in fact split into three aspects, each one leading down a different path and seemingly every path \
subverting something S'rendarr and Messa stands for."
book_name = "ma'ta'ke legends"
nulloptions = list(
"Tajaran charm" = /obj/item/nullrod/charm
)
/datum/religion/raskara/get_records_name()
return RELIGION_MATAKE
@@ -4,6 +4,9 @@
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."
book_name = "assorted Th'akh fables"
nulloptions = list(
"Shaman Staff" = /obj/item/nullrod/shaman
)
/datum/religion/skakh
name = RELIGION_SKAKH
@@ -14,6 +17,12 @@
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. "
book_name = "Sk'akh legends"
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
@@ -24,6 +33,9 @@
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. "
book_name = "transcripts from Si'akh"
nulloptions = list(
"Shaman Staff" = /obj/item/nullrod/shaman
)
/datum/religion/autakh
name = RELIGION_AUTAKH
@@ -35,3 +47,6 @@
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."
book_name = "Rituals and Regiments of the Ancient Mador"
nulloptions = list(
"Shaman Staff" = /obj/item/nullrod/shaman
)