Small raskariim overhaul (#21189)

This PR is intended to make raskariim more playable on the station. It
accomplishes this in two ways: First by allowing raskariim the choice of
fake religion, so they are not bound to always be fake ma'ta'ke, but can
also fake being for the suns.
The second thing is the addition of 3 new charms. These charms can only
be selected by raskariim in the loadout, and is intended as being
related to one of the three sects. If a character who is a raskariim
examines the charm, they get an extra message as shown in the images,
that the owner is also a raskariim. This would allow them to have a
chance to interact, without awkwardly forcing it OOC or through out of
game talking. This message doesn't show for non-raskariim, who should IC
be unable to identify that the charms belong to raskariim instead of
just being another kind of charm.
To accomplish the above, the religion check in the loadout was also
rewritten to permit multiple religions to be listed, so that both
raskariim types can select the charms.

<img width="325" height="334" alt="image"
src="https://github.com/user-attachments/assets/751832b9-89e3-4f0f-82ef-01206bbf09d9"
/>

Sprites (all by me):
<img width="196" height="153" alt="image"
src="https://github.com/user-attachments/assets/d8e93f0f-710e-450e-9629-d37558dcc519"
/>

Examine text if raskariim:
<img width="793" height="356" alt="image"
src="https://github.com/user-attachments/assets/b75eea3d-294f-4615-b2f0-bd10bf60c103"
/>

Examine text if not raskariim:
<img width="778" height="307" alt="image"
src="https://github.com/user-attachments/assets/24b64a1f-197f-44f0-9249-e93a9ce2bffe"
/>

---------

Signed-off-by: Casper3667 <8396443+Casper3667@users.noreply.github.com>
Co-authored-by: hazelrat <83198434+hazelrat@users.noreply.github.com>
This commit is contained in:
Casper3667
2025-08-17 13:32:18 +00:00
committed by GitHub
co-authored by hazelrat
parent 202ed77aab
commit 89ca6b1cda
7 changed files with 89 additions and 6 deletions
+21 -2
View File
@@ -29,11 +29,30 @@
name = RELIGION_RASKARA
description = "Raskariim, commonly known as The Cult of Raskara are a prolific cult on Adhomai. The religion has been created on Adhomai but with the free commerce, a few human \
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."
subverting something S'rendarr and Messa stands for. This faith will appear as Ma'ta'ke in the records."
book_name = "ma'ta'ke legends"
nulloptions = list(
"Tajaran charm" = /obj/item/nullrod/charm
"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/get_records_name()
return RELIGION_MATAKE
/datum/religion/raskara_alt
name = RELIGION_RASKARA_ALT
description = "Raskariim, commonly known as The Cult of Raskara are a prolific cult on Adhomai. The religion has been created on Adhomai but with the free commerce, a few human \
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. This faith will appear as S'rendarr and Messa in the records."
book_name = "holy scrolls"
book_sprite = "holylight"
nulloptions = list(
"Tajaran charm" = /obj/item/nullrod/charm
)
/datum/religion/raskara_alt/get_records_name()
return RELIGION_TWINSUNS