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:
Ben
2025-08-01 19:51:55 +00:00
committed by GitHub
co-authored by Ben10083
parent 8c3e85f3fe
commit 206f3ec318
7 changed files with 152 additions and 6 deletions
@@ -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."