mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Tajaran Religious Versebooks (#21063)
Adds S'rendmarr and Ma'ta'ke versebooks to the game. Thanks to Tajara Lore (especially @WilliamMurdoch) for the lore bits Versebooks were added to loadout and now replaces the previous bible for Tajaran priests. In the future it might be best to merge the capabilities of bible with versebooks (so religious versebooks can make holy water) ### Example Verses S'rendmarr: _There is always hope beneath the light of the suns. Do not fret at the horrors of this world, o child! Your guardians watch from above._ Ma'ta'ke: _At that moment the king boasted of his victory and Mata’ke quickly drew his sword, stabbing the king in his black heart who fell to the floor. “One’s temper dictates the battle,” said Mata’ke as he wept for his fallen battle-brother._ <img width="338" height="269" alt="image" src="https://github.com/user-attachments/assets/da5311b6-e69a-4201-b268-099384f20f59" /> --------- Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
description = "The worship of the twin Adhomai suns, S'rendarr and Messa has a long-standing tradition among the Tajara people and has archaeologically been regarded, with the \
|
||||
exclusion of other minor sects, as one of the oldest known religion along with the worship of Ma'ta'ke. The religion itself created by Njarir'Akhran, it has changed hands and forms, \
|
||||
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
|
||||
)
|
||||
unique_book_path = /obj/item/device/versebook/twinsuns
|
||||
|
||||
/datum/religion/matake
|
||||
name = RELIGION_MATAKE
|
||||
@@ -16,7 +15,6 @@
|
||||
animals. He was revered as a fierce warrior capable of fighting a platoon of men by himself, but also as a kind soul for the records of his dealings with other tribes show \
|
||||
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,
|
||||
@@ -25,6 +23,7 @@
|
||||
"Zhukamir Ladle" = /obj/item/nullrod/zhukamir,
|
||||
"Azubarre Torch" = /obj/item/nullrod/azubarre
|
||||
)
|
||||
unique_book_path = /obj/item/device/versebook/matake
|
||||
|
||||
/datum/religion/raskara
|
||||
name = RELIGION_RASKARA
|
||||
|
||||
@@ -377,7 +377,7 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
card["free tajaran council badge"] = /obj/item/clothing/accessory/tajaran/council_badge
|
||||
gear_tweaks += new /datum/gear_tweak/path(card)
|
||||
|
||||
/datum/gear/accessory/tajaranbooks
|
||||
/datum/gear/accessory/tajaranbookspol
|
||||
display_name = "tajaran political books"
|
||||
description = "Tajaran books on the Adhomian ideologies."
|
||||
path = /obj/item/device/versebook/pra
|
||||
@@ -385,7 +385,7 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/accessory/tajaranbooks/New()
|
||||
/datum/gear/accessory/tajaranbookspol/New()
|
||||
..()
|
||||
var/list/card = list()
|
||||
card["hadiist manifesto"] = /obj/item/device/versebook/pra
|
||||
@@ -393,6 +393,21 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
card["the new kingdom"] = /obj/item/device/versebook/nka
|
||||
gear_tweaks += new /datum/gear_tweak/path(card)
|
||||
|
||||
/datum/gear/accessory/tajaranbooksrel
|
||||
display_name = "tajaran religious books"
|
||||
description = "Tajaran religious texts."
|
||||
path = /obj/item/device/versebook/twinsuns
|
||||
sort_category = "Xenowear - Tajara"
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/accessory/tajaranbooksrel/New()
|
||||
..()
|
||||
var/list/card = list()
|
||||
card["holy scrolls"] = /obj/item/device/versebook/twinsuns
|
||||
card["ma'ta'ke legends"] = /obj/item/device/versebook/matake
|
||||
gear_tweaks += new /datum/gear_tweak/path(card)
|
||||
|
||||
/datum/gear/tajaran_passports
|
||||
display_name = "adhomian passports selection"
|
||||
description = "A selection of Adhomian passports."
|
||||
|
||||
Reference in New Issue
Block a user